diff --git a/input.php b/input.php --- a/input.php +++ b/input.php @@ -51,16 +51,19 @@ if ($school && (!empty($_REQUEST['school if (!empty($_REQUEST['selectschool']) || $school['id'] == 'default' && !isset($_SESSION['school_chosen'])) { + $next_page = 'input.php'; + if (isset($_GET['s'])) + $next_page .= '?s=' . (int)$_GET['s']; ?>
Choose the school you attend from the list below. If you cannot find your school, you may proceed using - the generic + the generic settings.
showSchools('input.php'); + $inputPage->showSchools($next_page); $inputPage->foot(); exit; } @@ -76,7 +79,7 @@ if (!empty($_REQUEST['selectschool'])