diff options
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 | } |
