Beispiel #1
0
     break;
 case "unskip":
     $controller->unSkipSubmission($_GET['id']);
     $controller->showSkippedDirectories($_GET);
     break;
 case "reload":
     $controller->startSubmission($_GET['website_id'], $_GET['dir_id']);
     break;
 case "reports":
     $controller->showSubmissionReports($_GET);
     break;
 case "skipped":
     $controller->showSkippedDirectories($_GET);
     break;
 case "checksub":
     $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();