mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-01 09:43:50 +00:00
Change includes/checkauth.php to resources/check_auth.php.
This commit is contained in:
@@ -27,7 +27,7 @@ include "root.php";
|
||||
require_once "includes/require.php";
|
||||
|
||||
//check the permissions
|
||||
require_once "includes/checkauth.php";
|
||||
require_once "resources/check_auth.php";
|
||||
if (if_group("admin") || if_group("superadmin")) {
|
||||
//access allowed
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user