X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fxorg.php;h=c8e4fc6df2d794bece81643fc55e9caa67ad0d12;hb=6d69b5270243afba5d4868b2ad07761233a53ef3;hp=3c27ba21b8829eafbe97fff6510262a1d37ce207;hpb=2d5e7fbadbc02ce3964c55b0b9a97c39f2542071;p=platal.git diff --git a/htdocs/xorg.php b/htdocs/xorg.php index 3c27ba2..c8e4fc6 100644 --- a/htdocs/xorg.php +++ b/htdocs/xorg.php @@ -20,22 +20,7 @@ ***************************************************************************/ require_once dirname(__FILE__).'/../include/xorg.inc.php'; - -$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'); - -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: ?>