diff --git a/app/registrations/status_registrations.php b/app/registrations/status_registrations.php index 834b59f0c8..fe9414cddf 100644 --- a/app/registrations/status_registrations.php +++ b/app/registrations/status_registrations.php @@ -41,10 +41,25 @@ require_once "resources/check_auth.php"; $language = new text; $text = $language->get(); +//get the http values and set them as variables + $search = check_str($_GET["search"]); + //show the header require_once "resources/header.php"; $document['title'] = $text['header-registrations']; +//show the search + echo "\n"; + echo "\n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo "\n"; + echo "
\n"; + echo " "; + echo " "; + echo "
\n"; + echo "
\n"; //set the variables $profile = (isset($_REQUEST['profile']) && $_REQUEST['profile'] != '') ? $_REQUEST['profile'] : "internal"; $show = trim($_REQUEST["show"]); @@ -53,7 +68,7 @@ require_once "resources/check_auth.php"; ?>