mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Move references to php classes in includes/classes to resource/classes.
This commit is contained in:
@@ -69,7 +69,7 @@ if (strlen($_GET["a"]) > 0) {
|
||||
}
|
||||
|
||||
//use the module class to get the list of modules from the db and add any missing modules
|
||||
require_once "includes/classes/switch_modules.php";
|
||||
require_once "resources/classes/modules.php";
|
||||
$mod = new switch_modules;
|
||||
$mod->db = $db;
|
||||
$mod->dir = $_SESSION['switch']['mod']['dir'];
|
||||
|
||||
Reference in New Issue
Block a user