X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fxorg.php;h=c8e4fc6df2d794bece81643fc55e9caa67ad0d12;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=3dc92b2c679868c55f59218635236485c963d8b3;hpb=efccf7ed77120bf8b15ac54d4d447e842f032884;p=platal.git diff --git a/htdocs/xorg.php b/htdocs/xorg.php index 3dc92b2..c8e4fc6 100644 --- a/htdocs/xorg.php +++ b/htdocs/xorg.php @@ -1,6 +1,6 @@ 'Z')) { - $platal = new Platal('auth', 'carnet', 'email', 'events', 'forums', - 'geoloc', 'lists', 'marketing', 'payment', 'platal', - 'profile', 'register', 'search', 'stats', 'admin', - 'newsletter', 'axletter', 'bandeau', 'survey', - 'gadgets', 'googleapps'); - $platal->run(); - exit; -} - -/*** WIKI CODE ***/ - -include 'wiki/engine.php'; +require_once pl_core_include('run.inc.php'); // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>