Change includes/checkauth.php to resources/check_auth.php.

This commit is contained in:
Mark Crane
2013-07-06 05:50:55 +00:00
parent 7bce8527db
commit a6e289ed5d
287 changed files with 288 additions and 288 deletions

View File

@@ -3,7 +3,7 @@
//includes
include "root.php";
require_once "includes/require.php";
require_once "includes/checkauth.php";
require_once "resources/check_auth.php";
//only allow users in the superadmin group to use this feature
if (if_group("superadmin")) {
//echo "access granted";