diff options
Diffstat (limited to 'w/w.index.php')
-rw-r--r-- | w/w.index.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/w/w.index.php b/w/w.index.php index 8727591..8b59228 100644 --- a/w/w.index.php +++ b/w/w.index.php @@ -33,7 +33,7 @@ spl_autoload_register('class_autoloader'); // var_dump($artmanager->getlisterwhere(['id', 'description'], ['55', '44', 'lol'])); try { - $router = new Router; + $router = new Router; } catch(Exception $e) { echo 'Exception reçue : ', $e->getMessage(), "\n"; @@ -44,7 +44,6 @@ try { - exit; // ________________________________________________________ I N S T A L _________________________________________________ |