Improve installation system
This commit is contained in:
parent
8bd2c93206
commit
5847a5bcc9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue