diff options
| author | 2013-11-09 21:33:43 +0100 | |
|---|---|---|
| committer | 2013-11-09 21:33:43 +0100 | |
| commit | a1fa4a445ad6a8b12fe606764588b619edab8d8f (patch) | |
| tree | 27a24450906d0853ad28527e69f3d4a04ec0f666 /public/index.php | |
| parent | 33b68a801734999504d3dfe811bb71582f7b9b0d (diff) | |
Ajout de messages en cas de mauvaise configuration
Si fichier de conf inaccessible / mal configuré ou fichier de log
inaccessible, on affiche des messages plus explicites qu'une page
blanche
Diffstat (limited to 'public/index.php')
| -rwxr-xr-x | public/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php index 9eee5dc54..b5333c5c0 100755 --- a/public/index.php +++ b/public/index.php @@ -55,6 +55,6 @@ if (file_exists (PUBLIC_PATH . '/install.php')) { $front_controller->run (); } catch (PDOConnectionException $e) { Minz_Log::record ($e->getMessage (), Minz_Log::ERROR); - print '### Application problem ###'."\n".'See logs files'; + print '### Application problem ###<br />'."\n".'See logs files'; } } |
