Change the path in the php files from includes/install to resources/install dir.

This commit is contained in:
Mark Crane
2013-06-09 02:52:13 +00:00
parent 567e554cb7
commit e37449ce1e
5 changed files with 216 additions and 15 deletions
+2 -2
View File
@@ -47,8 +47,8 @@
}
}
//copy the files and directories from includes/install
require_once "includes/classes/install.php";
//copy the files and directories from resources/install
require_once "resources/classes/install.php";
$install = new install;
$install->domain_uuid = $domain_uuid;
$install->domain_name = $domain;