X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fxorg.php;h=c8e4fc6df2d794bece81643fc55e9caa67ad0d12;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=768c1dc23e9e72ba703a4589bec022baef1064af;hpb=9f5bd98e936d8cef7ca9f774eeef64dbb8a1b079;p=platal.git diff --git a/htdocs/xorg.php b/htdocs/xorg.php index 768c1dc..c8e4fc6 100644 --- a/htdocs/xorg.php +++ b/htdocs/xorg.php @@ -20,21 +20,7 @@ ***************************************************************************/ require_once dirname(__FILE__).'/../include/xorg.inc.php'; - -$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', 'reminder'); - -if (!($path = Env::v('n')) || ($path{0} < 'A' || $path{0} > 'Z')) { - $platal->run(); - exit; -} - -/*** WIKI CODE ***/ - -include pl_core_include('wiki.engine.inc.php'); +require_once pl_core_include('run.inc.php'); // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>