From 3f700ee544520b6c1090edbbafb2f24f79ab2d35 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Wed, 4 Mar 2009 01:34:24 +0100 Subject: [PATCH] There is no planisphere anymore in Xnet. --- htdocs/xnet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/xnet.php b/htdocs/xnet.php index 78817d0..8ff4ccd 100644 --- a/htdocs/xnet.php +++ b/htdocs/xnet.php @@ -23,7 +23,7 @@ $GLOBALS['IS_XNET_SITE'] = true; require_once dirname(__FILE__).'/../include/xnet.inc.php'; -$platal = new Xnet('xnet', 'xnetgrp', 'xnetlists', 'xnetevents', 'geoloc', 'payment', 'bandeau'); +$platal = new Xnet('xnet', 'xnetgrp', 'xnetlists', 'xnetevents', 'payment', 'bandeau'); if (!($path = Env::v('n')) || substr($path, 0, 4) != 'Xnet') { $platal->run(); exit; -- 2.1.4