route Error
- D:\WEB\huobi28\include\Functions.php on line 9
4.
function spRun(){
5.
GLOBAL $__controller, $__action;
6.
//syClass('syFirewall')->firing($__controller, $__action);
7.
$handle_controller = syClass($__controller, null, $GLOBALS['G_DY']['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_DY']['view']['auto_display']){
14.
$__tplname = $__controller . $GLOBALS['G_DY']['view']['auto_display_sep'] . $__action.$GLOBALS['G_DY']['view']['auto_display_suffix'];
- D:\WEB\huobi28\forgetpass.php on line 21
16.
),
17.
);
18.
$IqConfig['controller_path'] = APP_PATH . '/source/' . $Location;
19.
$_REQUEST['c'] = 'password';
20.
require(IQ_PATH.'/sys.php');
21.
spRun();