diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-10 21:43:24 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-10 21:43:24 +0100 |
commit | 2f363e8fa26ab849539e64ff7caa21bd164e8979 (patch) | |
tree | 238f2689e44bfc26329f970ced4c678b1ab6818d /w/w.index.php | |
parent | 687b1f851abbb28750d2921d4f5beaac24b3249d (diff) | |
download | wcms-2f363e8fa26ab849539e64ff7caa21bd164e8979.tar.gz wcms-2f363e8fa26ab849539e64ff7caa21bd164e8979.zip |
sidebars-html-inserts
Diffstat (limited to 'w/w.index.php')
-rw-r--r-- | w/w.index.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/w/w.index.php b/w/w.index.php index 8b59228..d247c84 100644 --- a/w/w.index.php +++ b/w/w.index.php @@ -24,14 +24,6 @@ require(__DIR__.'/../vendor/autoload.php'); spl_autoload_register('class_autoloader'); - - -//$text = 'blabla il fait un temps vraiment [dégeu](=degeulasse) parce quil pleut [baucoup](?id=orthographe), en amazonie la [vie](?id=prout) et la [mort](?id=prout) sont des notions très proches.'; - -//$artmanager = new Modelart; - -// var_dump($artmanager->getlisterwhere(['id', 'description'], ['55', '44', 'lol'])); - try { $router = new Router; |