route Error
- D:\wwwroot\hagen\wwwroot\include\Functions.php on line 9
4.
GLOBAL $__controller, $__action;
5.
syClass('sysession');
6.
spLaunch("router_prefilter");
7.
$handle_controller = syClass($__controller, null, $GLOBALS['G_IS']["controller_path"].'/'.$__controller.".php");
8.
if(!is_object($handle_controller) || !method_exists($handle_controller, $__action)){
9.
10.
syError('route Error');
exit;
11.
}
12.
$handle_controller->$__action();
13.
if(FALSE != $GLOBALS['G_IS']['view']['auto_display']){
14.
$__tplname = $__controller.$GLOBALS['G_IS']['view']['auto_display_sep'].
- D:\wwwroot\hagen\wwwroot\index.php on line 5
1.
<?php
2.
require("config.php");
3.
$iscmsConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$iscmsConfig['ext']['view_themes'];
4.
require(ISCMS_PATH."/sys.php");
5.
spRun();