Move references to php classes in includes/classes to resource/classes.

This commit is contained in:
Mark Crane
2013-07-06 07:13:36 +00:00
parent 60f06a644d
commit 3a58d1e08d
33 changed files with 43 additions and 42 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
//use the module class to get the list of modules from the db and add any missing modules
if ($domains_processed == 1) {
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'];