improved message related to config_lua

This commit is contained in:
Matthew Vale
2015-12-01 16:40:36 +00:00
parent 411fceabd3
commit 3e80fc1047
2 changed files with 15 additions and 12 deletions
@@ -77,6 +77,7 @@ include "root.php";
else {
$this->config_php = $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/resources/config.php";
}
$this->config_php = normalize_path_for_os($this->config_php);
}
function write_debug($message) {