diff --git a/conlite/includes/startup.php b/conlite/includes/startup.php index 8d97cb6..9586501 100644 --- a/conlite/includes/startup.php +++ b/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); }