stanley-king %!s(int64=2) %!d(string=hai) anos
pai
achega
6e358445d3
Modificáronse 2 ficheiros con 3 adicións e 0 borrados
  1. 1 0
      crontab/index.php
  2. 2 0
      queue/index.php

+ 1 - 0
crontab/index.php

@@ -3,6 +3,7 @@
 if (empty($_SERVER['argv'][1])) exit('Access Invalid!');
 
 defined('APP_ID') or define('APP_ID','crontab');
+define('MOBILE_SERVER',true);
 
 defined('BASE_ROOT_PATH') or define('BASE_ROOT_PATH',str_replace('/crontab','',dirname(__FILE__)));
 defined('BASE_PATH') or define('BASE_PATH',BASE_ROOT_PATH . '/crontab');

+ 2 - 0
queue/index.php

@@ -2,6 +2,8 @@
 declare(strict_types=0);
 
 define('APP_ID', 'queue');
+define('MOBILE_SERVER',true);
+
 defined('BASE_ROOT_PATH') or define('BASE_ROOT_PATH',str_replace('/queue','',dirname(__FILE__)));
 defined('BASE_PATH') or define('BASE_PATH',BASE_ROOT_PATH . '/queue');