This commit is contained in:
Uwe Steinmann 2020-01-28 09:36:48 +01:00
parent 4a0387a075
commit c08cd6a183

View File

@ -316,7 +316,7 @@ class Settings { /* {{{ */
// Load config file // Load config file
if (!defined("SEEDDMS_INSTALL")) { if (!defined("SEEDDMS_INSTALL")) {
if(!file_exists($configFilePath)) { if(!file_exists($configFilePath)) {
echo "You does not seem to have a valid configuration. Run the <a href=\"install/install.php\">install tool</a> first."; echo "You do not seem to have a valid configuration. Run the <a href=\"install/install.php\">install tool</a> first.";
exit; exit;
} }
} }