function __construct() { if (!kernel::is_online()) { die('error'); } cacheobject::init(); self::$is_start = true; }
function __construct() { if (!kernel::is_online()) { die('error'); } else { @(include APP_DIR . '/base/defined.php'); } cachemgr::init(); cacheobject::init(); self::$is_start = true; }
function __construct() { if (!kernel::is_online()) { die('error'); } else { @(include APP_DIR . '/base/defined.php'); } cachemgr::init(); cacheobject::init(); self::$is_start = true; //@file_put_contents(ROOT_DIR.'/api_post_log.txt', json_encode($_POST)); }