<?php
$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();
?>
