changed error message
This commit is contained in:
parent
3fc4f2917e
commit
444d87e954
|
@ -91,7 +91,7 @@ if (!$conf->set_ServerURL($serverurl)) {
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
if (!$conf->set_cacheTimeout($cachetimeout)) {
|
if (!$conf->set_cacheTimeout($cachetimeout)) {
|
||||||
echo ("<font color=\"red\"><b>" . _("Cache timeout is empty!") . "</b></font>");
|
echo ("<font color=\"red\"><b>" . _("Cache timeout is invalid!") . "</b></font>");
|
||||||
echo ("\n<br><br><br><a href=\"javascript:history.back()\">" . _("Back to preferences...") . "</a>");
|
echo ("\n<br><br><br><a href=\"javascript:history.back()\">" . _("Back to preferences...") . "</a>");
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue