aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-12-22 19:33:10 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-12-22 19:33:10 +0100
commit532cdf4bb82ab7cc6fa7659d9aec3ce122b2ec52 (patch)
tree801e0385f82d4e7e7888a80da645ef511cb1379e /index.php
parent0e95eb5121b2f4be63591705c367a0de10046133 (diff)
downloadwcms-532cdf4bb82ab7cc6fa7659d9aec3ce122b2ec52.tar.gz
wcms-532cdf4bb82ab7cc6fa7659d9aec3ce122b2ec52.zip
bug fix : medi preg match
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 7c9cb31..65b4271 100644
--- a/index.php
+++ b/index.php
@@ -21,7 +21,7 @@ try {
$matchoper->match();
} catch (Exception $e) {
- echo 'Exception reçue : ', $e->getMessage(), "\n";
+ echo '⚠ ⚠ ⚠ Sorry, there is a little problem : ', '<i>'.$e->getMessage().'</i>', "\n";
}