X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fxorg.php;h=61418cfb38efb0f67f0d3c603c2915755bceec3d;hb=429e4a4b8eb428e9631513fc6bb053b4635c7729;hp=406c4a18f64eda19bec914e61f4428d3d3aab0c2;hpb=b9ad087851ce4a09236f64f67d15fdaf29e38cf0;p=platal.git diff --git a/htdocs/xorg.php b/htdocs/xorg.php index 406c4a1..61418cf 100644 --- a/htdocs/xorg.php +++ b/htdocs/xorg.php @@ -1,6 +1,6 @@ 'Z')) { +$platal = new Xorg('auth', 'carnet', 'email', 'events', 'forums', + 'lists', 'marketing', 'payment', 'platal', + 'profile', 'register', 'search', 'stats', 'admin', + 'newsletter', 'axletter', 'bandeau', 'survey', + 'fusionax', 'gadgets', 'googleapps', 'poison', + 'openid', 'reminder'); - $platal = new Platal('auth', 'banana', 'carnet', 'email', 'events', - 'geoloc', 'lists', 'marketing', 'payment', 'platal', - 'profile', 'register', 'search', 'stats', 'admin', - 'newsletter', 'axletter', 'bandeau', 'survey', 'fusionax'); +if (!($path = Env::v('n')) || ($path{0} < 'A' || $path{0} > 'Z')) { $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: ?>