From 7d85e1b769a874ecdf08a0372ae4a9928679ff2e Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Thu, 30 Oct 2008 22:30:17 +0100 Subject: [PATCH] Activate poison on X.net. Signed-off-by: Florent Bruneau --- htdocs/xnet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/xnet.php b/htdocs/xnet.php index 592ba18..ade34d9 100644 --- a/htdocs/xnet.php +++ b/htdocs/xnet.php @@ -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; -- 2.1.4