<?php
// Please change path to real path of core code , first is for server , second is for localhost
$include_path = ['/home/softganz/cms/seti4.4', '/Users/httpdocs/cms/seti4.00', ini_get('include_path')];
ini_set('include_path', implode(PATH_SEPARATOR, $include_path));

require 'core/core.php';

controller();
?>
