diff --git a/app/registrations/app_config.php b/app/registrations/app_config.php index 7524b5f7b3..aca5029e7a 100644 --- a/app/registrations/app_config.php +++ b/app/registrations/app_config.php @@ -34,7 +34,7 @@ $apps[$x]['menu'][0]['uuid'] = "17dbfd56-291d-8c1c-bc43-713283a9dd5a"; $apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1"; $apps[$x]['menu'][0]['category'] = "internal"; - $apps[$x]['menu'][0]['path'] = "/app/registrations/status_registrations.php?profile=internal"; + $apps[$x]['menu'][0]['path'] = "/app/registrations/status_registrations.php"; $apps[$x]['menu'][0]['groups'][] = "admin"; $apps[$x]['menu'][0]['groups'][] = "superadmin"; diff --git a/app/registrations/status_registrations.php b/app/registrations/status_registrations.php index bcbd064431..b5a04b0288 100644 --- a/app/registrations/status_registrations.php +++ b/app/registrations/status_registrations.php @@ -43,9 +43,6 @@ require_once "resources/check_auth.php"; $text[$key] = $value[$_SESSION['domain']['language']['code']]; } -//request form values and set them as variables - $sip_profile_name = trim($_REQUEST["profile"]); - //show the header require_once "resources/header.php"; $page["title"] = $text['header-registrations']; @@ -105,21 +102,15 @@ require_once "resources/check_auth.php"; \n"; echo " \n"; echo " \n"; - echo "
\n"; - include_once "status_registrations_inc.php"; - echo "
\n"; + echo "
\n"; echo "
".date('Y-m-d-s')."
\n"; echo " "; echo " "; echo ""; - - //get the footer require_once "resources/footer.php"; - ?> \ No newline at end of file