From: Stéphane Jacob Date: Wed, 4 Mar 2009 00:34:24 +0000 (+0100) Subject: There is no planisphere anymore in Xnet. X-Git-Tag: xorg/1.0.0~332^2~344^2~4 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=3f700ee544520b6c1090edbbafb2f24f79ab2d35;p=platal.git There is no planisphere anymore in Xnet. --- 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;