diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-04-19 12:34:14 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-04-19 12:34:14 +0200 |
commit | 6278839230ae3c27c205550889511531d09cbf20 (patch) | |
tree | d41e0177b8d72451315df43f96394a6bd681d1e3 /index.php | |
parent | 1c4182d9d88bb4471f86b08329f1b68a5290872b (diff) | |
download | wcms-6278839230ae3c27c205550889511531d09cbf20.tar.gz wcms-6278839230ae3c27c205550889511531d09cbf20.zip |
finish PSR 12 error cleaning
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -1,6 +1,5 @@ <?php - session_start(); @@ -31,17 +30,9 @@ if (isreportingerrors()) { try { $matchoper = new Wcms\Routes(); $matchoper->match(); - } catch (Exception $e) { if (isreportingerrors()) { Sentry\captureException($e); } echo '<h1>⚠ Woops ! There is a little problem : </h1>', $e->getMessage(), "\n"; } - - - - - - -?>
\ No newline at end of file |