mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 21:51:32 +00:00
fix typo
This commit is contained in:
parent
4a0387a075
commit
c08cd6a183
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user