优化 支持PHP7.3.0
This commit is contained in:
parent
1f1b8e34bb
commit
9198a30cdb
|
@ -21,13 +21,7 @@ if(DISCUZ_CORE_DEBUG) {
|
|||
register_shutdown_function(array('core', 'handleShutdown'));
|
||||
}
|
||||
|
||||
if(function_exists('spl_autoload_register')) {
|
||||
spl_autoload_register(array('core', 'autoload'));
|
||||
} else {
|
||||
function __autoload($class) {
|
||||
return core::autoload($class);
|
||||
}
|
||||
}
|
||||
spl_autoload_register(array('core', 'autoload'));
|
||||
|
||||
C::creatapp();
|
||||
|
||||
|
|
Loading…
Reference in New Issue