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 "