*/ /** * include the test admin page * * this page tests the user access level, and if the user is an admin or not * */ require("test_admin.php"); require_once("class_admin.php"); $admin = new admin(); $admin->admin_menu(); ?>