X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fxnet.php;h=8ff4ccda0d6a6eff23519aa302cc323c04bb9c6f;hb=833a6e86ea17d40444ae32cd6c92b9359f383e71;hp=78817d029e5e000d25daafa38cf050f3eb2033bd;hpb=4f494e74bb1310de55ce335324a966e31b6c72cb;p=platal.git 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;