|
@@ -11,8 +11,8 @@ if (empty($_SERVER['argv'][1])) exit('Access Invalid!');
|
|
|
define('APP_ID','crontab');
|
|
|
define('BASE_PATH',str_replace('\\','/',dirname(__FILE__)));
|
|
|
define('TRANS_MASTER',true);
|
|
|
-if (!@include(dirname(dirname(__FILE__)).'/global.php')) exit('global.php isn\'t exists!');
|
|
|
-if (!@include(BASE_CORE_PATH.'/33hao.php')) exit('33hao.php isn\'t exists!');
|
|
|
+//if (!@include(dirname(dirname(__FILE__)).'/global.php')) exit('global.php isn\'t exists!');
|
|
|
+//if (!@include(BASE_CORE_PATH.'/33hao.php')) exit('33hao.php isn\'t exists!');
|
|
|
|
|
|
|
|
|
//if (PHP_SAPI == 'cli') {
|