Err: Controller name '20240115' is not correct!
- /www/wwwroot/lbjx.14560.net/wlb/lib/speed.php on line 64
59.
$__action = isset($_REQUEST['a']) ? strtolower($_REQUEST['a']) : 'index';
60.
if (!empty($__module)) {
61.
if (!is_available_classname($__module)) err("Err: Module name '$__module' is not correct!");
62.
if (!is_dir(APP_DIR . DS . ADDONS . DS . $__module . DS . 'controller')) err("Err: Module '$__module' is not exists!");
63.
}
64.
65.
if (!is_available_classname($__controller)) err("Err: Controller name '$__controller' is not correct!");
spl_autoload_register('inner_autoload');
66.
function inner_autoload($class){
67.
global $__module;
68.
if (!empty($__module)) {
69.
$dirarr[] = ADDONS . DS . $__module . DS . 'model';
- /www/wwwroot/lbjx.14560.net/index.php on line 16
11.
define('SYSNAME', "后臺(tái)管理系統(tǒng)");
12.
define('SHUIPEICE', "4600");
13.
define('SERVER_APPID',"wxb3ea6bd6e2522c19");
14.
define('SERVER_MCH_ID',"1600888095");
15.
define('IN',true);
16.
require(APP_DIR.'/wlb/lib/speed.php');