parent
9bc0fded96
commit
3f51ab0a43
|
|
@ -214,7 +214,7 @@ if (!class_exists('scripts')) {
|
|||
}
|
||||
$tmp .= $this->correct_path(" document_root = [[".$_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."]];\n");
|
||||
$tmp .= $this->correct_path(" project_path = [[".PROJECT_PATH."]];\n");
|
||||
$tmp .= $this->correct_path(" http_protocol = [[".$_SERVER['HTTP_PROTOCOL'])."]];\n");
|
||||
$tmp .= $this->correct_path(" http_protocol = [[".$_SERVER['HTTP_PROTOCOL']."]];\n");
|
||||
$tmp .= "\n";
|
||||
|
||||
$tmp .= "--store settings in memcache\n";
|
||||
|
|
@ -320,4 +320,4 @@ if (!class_exists('scripts')) {
|
|||
$obj = new scripts;
|
||||
$obj->write_config();
|
||||
*/
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue