From 0ec35c94c77a36894ce7d30fce290412f25b3e0e Mon Sep 17 00:00:00 2001 From: polo Date: Tue, 23 Dec 2025 23:20:03 +0100 Subject: config-template.ini, droits dossier user_data --- src/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Config.php') diff --git a/src/Config.php b/src/Config.php index 662344b..76b34e2 100644 --- a/src/Config.php +++ b/src/Config.php @@ -41,7 +41,7 @@ class Config } else { - echo "le fichier config.ini n'existe pas ou n'est pas lisible"; + echo "

Le fichier config/config.ini n'existe pas ou n'est pas lisible.

"; } define('TABLE_PREFIX', self::$table_prefix); } -- cgit v1.2.3