From 5847a5bcc9bbdc2168e1d11a112f342dfb6e746d Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 20 Oct 2015 15:36:32 +0200 Subject: [PATCH] Improve installation system --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index f35ae1e2d..bc7bc2784 100644 --- a/html/index.php +++ b/html/index.php @@ -213,7 +213,7 @@ if (file_exists("install.php")) { /* * This file shouldn't exist */ - echo _("Le fichier install.php est encore présent, vous devez l'effacer avant d'utiliser NOALYSS"); + echo _("Le fichier ".__DIR__."/install.php est encore présent, vous devez l'effacer avant d'utiliser NOALYSS"); return; } if ( strlen(domaine) > 0 )