diff options
| author | polo <ordipolo@gmx.fr> | 2025-12-23 23:20:03 +0100 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2025-12-23 23:20:03 +0100 |
| commit | 0ec35c94c77a36894ce7d30fce290412f25b3e0e (patch) | |
| tree | e3cea70569f08b347aba3a5f5d951958ce408420 /src/Config.php | |
| parent | 4c25387cb0f8798bd04b74306d79ec6999fe08ee (diff) | |
| download | cms-0ec35c94c77a36894ce7d30fce290412f25b3e0e.tar.gz cms-0ec35c94c77a36894ce7d30fce290412f25b3e0e.tar.bz2 cms-0ec35c94c77a36894ce7d30fce290412f25b3e0e.zip | |
config-template.ini, droits dossier user_data
Diffstat (limited to 'src/Config.php')
| -rw-r--r-- | src/Config.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 41 | } | 41 | } |
| 42 | else | 42 | else |
| 43 | { | 43 | { |
| 44 | echo "le fichier config.ini n'existe pas ou n'est pas lisible"; | 44 | echo "<p>Le fichier config/config.ini n'existe pas ou n'est pas lisible.</p>"; |
| 45 | } | 45 | } |
| 46 | define('TABLE_PREFIX', self::$table_prefix); | 46 | define('TABLE_PREFIX', self::$table_prefix); |
| 47 | } | 47 | } |
