mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
use relative link to out/out.Settings.php
This commit is contained in:
parent
5b53df6356
commit
36a11facf2
|
@ -206,7 +206,7 @@ if (isset($_GET['disableinstall'])) { /* {{{ */
|
||||||
if(unlink($configDir."/ENABLE_INSTALL_TOOL")) {
|
if(unlink($configDir."/ENABLE_INSTALL_TOOL")) {
|
||||||
echo getMLText("settings_install_disabled");
|
echo getMLText("settings_install_disabled");
|
||||||
echo "<br/><br/>";
|
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 {
|
} else {
|
||||||
echo getMLText("settings_cannot_disable");
|
echo getMLText("settings_cannot_disable");
|
||||||
echo "<br/><br/>";
|
echo "<br/><br/>";
|
||||||
|
@ -368,7 +368,7 @@ if ($action=="setSettings") {
|
||||||
echo '<a href="install.php?disableinstall=1">' . getMLText("settings_disable_install") . '</a>';
|
echo '<a href="install.php?disableinstall=1">' . getMLText("settings_disable_install") . '</a>';
|
||||||
echo "<br/><br/>";
|
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;
|
$showform = false;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user