Esempio n. 1
0
            $controller->saveSubmissiondata($_POST);
            break;
        case "submitsite":
            $controller->submitSite($_POST);
            break;
        case "skipped":
            $controller->showSkippedDirectories($_POST);
            break;
        case "reports":
            $controller->showSubmissionReports($_POST);
            break;
        case "checksub":
            $controller->generateSubmissionReports($_POST);
            break;
        case "directorymgr":
            $controller->showDirectoryManager($_POST);
            break;
        case "startdircheck":
            $controller->startDirectoryCheckStatus($_POST);
            break;
        default:
            $controller->showWebsiteSubmissionPage($_POST);
            break;
    }
} else {
    switch ($_GET['sec']) {
        case "skip":
            $controller->skipSubmission($_GET);
            break;
        case "unskip":
            $controller->unSkipSubmission($_GET['id']);