Portions created by the Initial Developer are Copyright (C) 2008-2012 the Initial Developer. All Rights Reserved. Contributor(s): Mark J Crane */ include "root.php"; require_once "includes/require.php"; require_once "includes/checkauth.php"; if (permission_exists('user_view') || if_group("superadmin")) { //access allowed } else { echo "access denied"; return; } //include the header require_once "includes/header.php"; //show the user list echo "
"; echo " "; echo " "; echo " "; echo " "; echo "
"; require_once "userlist.php"; echo "
"; echo "
"; echo "
"; echo "
"; echo "
"; //include the footer include "includes/footer.php"; ?>