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 fc7bc1877f
commit 13dabc3d3b
33 changed files with 43 additions and 42 deletions

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'];