mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
Move references to php classes in includes/classes to resource/classes.
This commit is contained in:
@@ -60,7 +60,7 @@ session_start();
|
||||
}
|
||||
//set the domain information
|
||||
if (strlen($domain_name) > 0) {
|
||||
require_once "includes/classes/domains.php";
|
||||
require_once "resources/classes/domains.php";
|
||||
foreach ($_SESSION['domains'] as &$row) {
|
||||
if ($row['domain_name'] == $domain_name) {
|
||||
//set the domain session variables
|
||||
|
||||
Reference in New Issue
Block a user