Пример #1
0
     $controller->checkSubmissionReports($_GET);
     break;
 case "delete":
     $controller->deleteSubmissionReports($_GET['id']);
     break;
 case "changeconfirm":
     $controller->changeConfirmStatus($_GET);
     $controller->showConfirmStatus($_GET['id']);
     break;
 case "checkstatus":
     $status = $controller->checkSubmissionStatus($_GET);
     $controller->updateSubmissionStatus($_GET['id'], $status);
     $controller->showSubmissionStatus($_GET['id']);
     break;
 case "featured":
     $controller->showFeaturedSubmission();
     break;
 case "directorymgr":
     $controller->showDirectoryManager($_GET);
     break;
 case "dirstatus":
     $controller->changeStatusDirectory($_GET['dir_id'], $_GET['status'], true);
     break;
 case "showcheckdir":
     $controller->showCheckDirectory();
     break;
 case "startdircheck":
     $controller->startDirectoryCheckStatus($_GET);
     break;
 case "checkdir":
     $controller->checkDirectoryStatus($_GET['dir_id'], $_GET['nodebug']);
Пример #2
0
     $controller->checkSubmissionReports($_GET);
     break;
 case "delete":
     $controller->deleteSubmissionReports($_GET['id']);
     break;
 case "changeconfirm":
     $controller->changeConfirmStatus($_GET);
     $controller->showConfirmStatus($_GET['id']);
     break;
 case "checkstatus":
     $status = $controller->checkSubmissionStatus($_GET);
     $controller->updateSubmissionStatus($_GET['id'], $status);
     $controller->showSubmissionStatus($_GET['id']);
     break;
 case "featured":
     $controller->showFeaturedSubmission($_GET);
     break;
 case "directorymgr":
     checkAdminLoggedIn();
     $controller->showDirectoryManager($_GET);
     break;
 case "dirstatus":
     $controller->changeStatusDirectory($_GET['dir_id'], $_GET['status'], true);
     break;
 case "showcheckdir":
     checkAdminLoggedIn();
     $controller->showCheckDirectory();
     break;
 case "startdircheck":
     checkAdminLoggedIn();
     $controller->startDirectoryCheckStatus($_GET);