use relative link to out/out.Settings.php

This commit is contained in:
Uwe Steinmann 2015-08-07 09:27:54 +02:00
parent 5b53df6356
commit 36a11facf2

View File

@ -206,7 +206,7 @@ if (isset($_GET['disableinstall'])) { /* {{{ */
if(unlink($configDir."/ENABLE_INSTALL_TOOL")) {
echo getMLText("settings_install_disabled");
echo "<br/><br/>";
echo '<a href="' . $httpRoot . '/out/out.Settings.php">' . getMLText("settings_more_settings") .'</a>';
echo '<a href="../out/out.Settings.php">' . getMLText("settings_more_settings") .'</a>';
} else {
echo getMLText("settings_cannot_disable");
echo "<br/><br/>";
@ -368,7 +368,7 @@ if ($action=="setSettings") {
echo '<a href="install.php?disableinstall=1">' . getMLText("settings_disable_install") . '</a>';
echo "<br/><br/>";
echo '<a href="' . $httpRoot . '/out/out.Settings.php">' . getMLText("settings_more_settings") .'</a>';
echo '<a href="../out/out.Settings.php">' . getMLText("settings_more_settings") .'</a>';
$showform = false;
}
} else {