mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-15 13:02:11 +00:00
Change the path for includes/require.php to the resources directory.
This commit is contained in:
@@ -31,7 +31,7 @@ include "root.php";
|
||||
}
|
||||
|
||||
//adds multiple includes
|
||||
require_once "includes/require.php";
|
||||
require_once "resources/require.php";
|
||||
|
||||
//include the login
|
||||
if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/themes/".$_SESSION['domain']['template']['name']."/login.php")){
|
||||
|
||||
Reference in New Issue
Block a user