There is no planisphere anymore in Xnet.
authorStéphane Jacob <jacou@melix.net>
Wed, 4 Mar 2009 00:34:24 +0000 (01:34 +0100)
committerStéphane Jacob <jacou@melix.net>
Wed, 4 Mar 2009 00:34:24 +0000 (01:34 +0100)
htdocs/xnet.php

index 78817d0..8ff4ccd 100644 (file)
@@ -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;