route Error
- /usr/home/hyu6889750001/htdocs/include/Functions.php on line 13
- /usr/home/hyu6889750001/htdocs/index.php on line 16
11.
}
12.
*/
13.
if($whosamConfig['ext']['close_site']=='1'){
14.
$whosamConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$whosamConfig['ext']['view_themes'];
15.
require(WHOSAM_PATH."/sys.php");
16.
17.
spRun();
}else{
18.
header("content-Type: text/html; charset=Utf-8");
19.
echo $whosamConfig['ext']['close_description'];
20.
}