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