fix typo in echo

This commit is contained in:
Uwe Steinmann 2021-08-05 08:41:51 +02:00
parent 0f79234012
commit bb77e2d62d

View File

@ -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;
} }