X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fxorg.php;h=6098a04f85fd56b2c128e09090592c0242fc0b8f;hb=24cfa984cc0d84c3b636891f792e3e50559fb42b;hp=7b6a810ebf1ecc216edfd2be725902abf9ae9bb7;hpb=fce088c179adecaf9d013e927db96dfe960bccba;p=platal.git diff --git a/htdocs/xorg.php b/htdocs/xorg.php index 7b6a810..6098a04 100644 --- a/htdocs/xorg.php +++ b/htdocs/xorg.php @@ -1,6 +1,6 @@ 'Z')) { +$platal = new Xorg('auth', 'carnet', 'email', 'events', 'forums', + 'geoloc', 'lists', 'marketing', 'payment', 'platal', + 'profile', 'register', 'search', 'stats', 'admin', + 'newsletter', 'axletter', 'bandeau', 'survey', + 'gadgets', 'googleapps', 'poison', 'openid'); - $platal = new Platal('auth', 'banana', 'carnet', 'email', 'events', - 'geoloc', 'lists', 'marketing', 'payment', 'platal', - 'profile', 'register', 'search', 'stats', 'admin', - 'newsletter', 'axletter', 'bandeau'); +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: ?>