mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 07:22:11 +00:00
fix typo in echo
This commit is contained in:
parent
0f79234012
commit
bb77e2d62d
|
@ -80,7 +80,7 @@ if (!$configDir) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!file_exists($configDir."/ENABLE_INSTALL_TOOL")) {
|
if (!file_exists($configDir."/ENABLE_INSTALL_TOOL")) {
|
||||||
echo "For installation of SeedDMS, you must create the file ".$configDir."ENABLE_INSTALL_TOOL";
|
echo "For installation of SeedDMS, you must create the file ".$configDir."/ENABLE_INSTALL_TOOL";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user