From 3cf9ff8ac865931c9aec0f0fc437052b7308dbdd Mon Sep 17 00:00:00 2001 From: oldperl Date: Sun, 22 Jul 2018 18:06:24 +0000 Subject: [PATCH] fixed FS#185 --- trunk/conlite/includes/startup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/conlite/includes/startup.php b/trunk/conlite/includes/startup.php index 8d97cb6..9586501 100644 --- a/trunk/conlite/includes/startup.php +++ b/trunk/conlite/includes/startup.php @@ -95,7 +95,7 @@ $sClConfigFile = $sPathCfgDir.'config.php'; if (!file_exists(dirname(__FILE__) . '/config.php') && !file_exists($sClConfigFile)) { $msg = "

Fatal Error


"; $msg .= "Could not open the configuration file config.php.

"; - $msg .= "Please make sure that you saved the file in the setup program. If you had to place the file manually on your webserver, make sure that it is placed in your contenido/includes directory."; + $msg .= "Please make sure that you saved the file in the setup program. If you had to place the file manually on your webserver, make sure that it is placed in your data/config/ENVIROMENT directory."; die($msg); }