mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-20 18:06:31 +00:00
Change the path for includes/require.php to the resources directory.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//customization - begin
|
||||
//includes
|
||||
include "root.php";
|
||||
require_once "includes/require.php";
|
||||
require_once "resources/require.php";
|
||||
require_once "resources/check_auth.php";
|
||||
//only allow users in the superadmin group to use this feature
|
||||
if (if_group("superadmin")) {
|
||||
|
||||
Reference in New Issue
Block a user