X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fxnet.php;h=5847fffce27a65e15c976eaeeb9f33e551a5dea5;hb=22f0a0a857bc6ba3fedb543f580af5bc7a45ab42;hp=e6daefe9ee76e047e9be2f968e9bc02db975d2f1;hpb=1610f13adfdd3cadd5fba359973b8e04afc1e527;p=platal.git diff --git a/htdocs/xnet.php b/htdocs/xnet.php index e6daefe..5847fff 100644 --- a/htdocs/xnet.php +++ b/htdocs/xnet.php @@ -23,16 +23,15 @@ $GLOBALS['IS_XNET_SITE'] = true; require_once dirname(__FILE__).'/../include/xnet.inc.php'; +$platal = new Xnet('xnet', 'xnetgrp', 'xnetlists', 'xnetevents', 'geoloc', 'payment', 'bandeau'); if (!($path = Env::v('n')) || substr($path, 0, 4) != 'Xnet') { - $platal = new Xnet('xnet', 'xnetgrp', 'xnetlists', 'xnetevents', 'geoloc', 'payment', 'bandeau'); $platal->run(); - exit; } /*** WIKI CODE ***/ -include 'wiki/engine.php'; +include pl_core_include('wiki.engine.inc.php'); // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>