aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/index.php b/index.php
index fd9fdaa..28dab1a 100644
--- a/index.php
+++ b/index.php
@@ -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