From 36a11facf210c4e8387329d7be30ec3407dd300f Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 7 Aug 2015 09:27:54 +0200 Subject: [PATCH] use relative link to out/out.Settings.php --- install/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/install.php b/install/install.php index 569db5a2b..2e0f1630c 100644 --- a/install/install.php +++ b/install/install.php @@ -206,7 +206,7 @@ if (isset($_GET['disableinstall'])) { /* {{{ */ if(unlink($configDir."/ENABLE_INSTALL_TOOL")) { echo getMLText("settings_install_disabled"); echo "

"; - echo '' . getMLText("settings_more_settings") .''; + echo '' . getMLText("settings_more_settings") .''; } else { echo getMLText("settings_cannot_disable"); echo "

"; @@ -368,7 +368,7 @@ if ($action=="setSettings") { echo '' . getMLText("settings_disable_install") . ''; echo "

"; - echo '' . getMLText("settings_more_settings") .''; + echo '' . getMLText("settings_more_settings") .''; $showform = false; } } else {