stanley-king 8 年 前
コミット
57f4f6d43a
1 ファイル変更3 行追加0 行削除
  1. 3 0
      crontab/index.php

+ 3 - 0
crontab/index.php

@@ -20,5 +20,8 @@ if (PHP_SAPI == 'cli') {
 }
 if (!@include(BASE_PATH.'/control/control.php')) exit('control.php isn\'t exists!');
 
+echo $_GET['act'];
+echo $_GET['op'];
+
 Base::run();
 ?>