aboutsummaryrefslogtreecommitdiff
path: root/w/w.index.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-10-28 19:56:27 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-10-28 19:56:27 +0100
commite17392e46259e6f2e012017987cf7c31c171488f (patch)
tree72b61b63e32819e81433e8df6f14dc92b0e3a604 /w/w.index.php
parenta91c916248f967da2d4218b575e665242b7c975b (diff)
downloadwcms-e17392e46259e6f2e012017987cf7c31c171488f.tar.gz
wcms-e17392e46259e6f2e012017987cf7c31c171488f.zip
abstract config NWY
Diffstat (limited to 'w/w.index.php')
-rw-r--r--w/w.index.php12
1 files changed, 11 insertions, 1 deletions
diff --git a/w/w.index.php b/w/w.index.php
index a2f0ea7..2ab4880 100644
--- a/w/w.index.php
+++ b/w/w.index.php
@@ -23,7 +23,17 @@ require(__DIR__.'/../vendor/autoload.php');
spl_autoload_register('class_autoloader');
-$_SESSION['user'] = ['level' => 10];
+
+
+
+//$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']));
+
+
+Configtest::setinfo('coucou');
$router = new Router;