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 require_once "app_languages.php"; foreach($text as $key => $value) { $text[$key] = $value[$_SESSION['domain']['language']['code']]; } //show the header require_once "resources/header.php"; $document['title'] = $text['header-registrations']; //set the variables $profile = (isset($_REQUEST['profile']) && $_REQUEST['profile'] != '') ? $_REQUEST['profile'] : "internal"; $show = trim($_REQUEST["show"]); //ajax for refresh ?> \n"; echo " \n"; echo " \n"; echo "
\n"; echo "
".date('Y-m-d-s')."
\n"; echo " "; echo " "; echo ""; //get the footer require_once "resources/footer.php"; ?>