diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-01 15:56:24 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-01 15:56:24 +0100 |
commit | 36ef34af2abcdea63a73b578208f20ca40b52f49 (patch) | |
tree | ba1fbb87b954324ecfc27afece7a5258deb88bd6 /w/w.index.php | |
parent | 26f88e043ebedcadd337011ce527f6148350f0dc (diff) | |
download | wcms-36ef34af2abcdea63a73b578208f20ca40b52f49.tar.gz wcms-36ef34af2abcdea63a73b578208f20ca40b52f49.zip |
flywheel database added
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 _________________________________________________ |