CC-1695 Remove Campcaster Studio and make install easier
Fixed references to files for new directory structure for the backend stuff.
This commit is contained in:
parent
fe724b7814
commit
2ece374513
319 changed files with 75 additions and 357 deletions
|
@ -9,9 +9,9 @@ if (isset($arr["DOCUMENT_ROOT"]) && ($arr["DOCUMENT_ROOT"] != "") ) {
|
|||
exit(1);
|
||||
}
|
||||
|
||||
require_once('conf.php');
|
||||
require_once('../conf.php');
|
||||
require_once('DB.php');
|
||||
require_once('install/installInit.php');
|
||||
require_once('../install/installInit.php');
|
||||
require_once ('StoredFile.php');
|
||||
|
||||
function printUsage() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue