stanley-king 8 lat temu
rodzic
commit
57f4f6d43a
1 zmienionych plików z 3 dodań i 0 usunięć
  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();
 ?>