diff --git a/front/php/templates/security.php b/front/php/templates/security.php index e140eeaa..fa91bdc3 100755 --- a/front/php/templates/security.php +++ b/front/php/templates/security.php @@ -48,7 +48,7 @@ if (!empty($_REQUEST['action']) && $_REQUEST['action'] == 'logout') { // Load configuration if (!file_exists(CONFIG_PATH)) { - die("Configuration file not found."); + die("Configuration file not found in " . $_SERVER['DOCUMENT_ROOT'] . "/../config/app.conf"); } $configLines = file(CONFIG_PATH);