From e47534bdc7a336369a9990df74912adf96c767f9 Mon Sep 17 00:00:00 2001 From: Oldperl <44996956+oldperl@users.noreply.github.com> Date: Sun, 22 Jul 2018 18:06:24 +0000 Subject: [PATCH] fixed FS#185 --- conlite/includes/startup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }