From d6e98b8fb821e86f51ec9b7339e6cd3f4b9ddab6 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 28 Aug 2017 01:51:09 -0600 Subject: [PATCH] Delete status_registrations.php --- app/registrations/status_registrations.php | 144 --------------------- 1 file changed, 144 deletions(-) delete mode 100644 app/registrations/status_registrations.php diff --git a/app/registrations/status_registrations.php b/app/registrations/status_registrations.php deleted file mode 100644 index fe9414cddf..0000000000 --- a/app/registrations/status_registrations.php +++ /dev/null @@ -1,144 +0,0 @@ - - Portions created by the Initial Developer are Copyright (C) 2008-2014 - the Initial Developer. All Rights Reserved. - - Contributor(s): - Mark J Crane - James Rose -*/ -include "root.php"; -require_once "resources/require.php"; -require_once "resources/check_auth.php"; - -//check permissions - if (permission_exists("registration_domain") || permission_exists("registration_all") || if_group("superadmin")) { - //access granted - } - else { - echo "access denied"; - exit; - } - -//add multi-lingual support - $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"]); - -//ajax for refresh - ?> - - -\n"; - echo "\n"; - echo "


"; - -//get the footer - require_once "resources/footer.php"; -?>