Add document_root to config.lua.

This commit is contained in:
Mark Crane
2015-04-28 00:05:01 +00:00
parent 03e4777832
commit 0003bb1d82

View File

@@ -135,6 +135,7 @@ if ($domains_processed == 1) {
else {
$tmp .= " php_bin = \"php\";\n";
}
$tmp .= " document_root = \"".$_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."\";\n";
$tmp .= "\n";
$tmp .= "--database information\n";
$tmp .= " database = {}\n";