From e17392e46259e6f2e012017987cf7c31c171488f Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 28 Oct 2018 19:56:27 +0100 Subject: abstract config NWY --- w/w.index.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'w/w.index.php') 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; -- cgit v1.2.3