Activate poison on X.net.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 30 Oct 2008 21:30:17 +0000 (22:30 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 30 Oct 2008 21:30:17 +0000 (22:30 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
htdocs/xnet.php

index 592ba18..ade34d9 100644 (file)
@@ -25,7 +25,7 @@ global $platal, $globals, $page;
 require_once dirname(__FILE__).'/../include/xnet.inc.php';
 
 if (!($path = Env::v('n')) || substr($path, 0, 4) != 'Xnet') {
-    $platal = new Xnet('xnet', 'xnetgrp', 'xnetlists', 'xnetevents', 'geoloc', 'payment', 'bandeau');
+    $platal = new Xnet('xnet', 'xnetgrp', 'xnetlists', 'xnetevents', 'geoloc', 'payment', 'bandeau', 'poison');
     $platal->run();
 
     exit;