mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-13 20:18:23 +00:00
Change includes/checkauth.php to resources/check_auth.php.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user