@@ -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();
?>