X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fxorg.php;h=c8e4fc6df2d794bece81643fc55e9caa67ad0d12;hb=c67b874fd8d442bfded35295a819e7ce11a2d6dc;hp=b5e0726bb37b1c5b1d29dc12eed83c13443c47dd;hpb=7f12e3b4113791f3372f11572a205925d7bb6b97;p=platal.git diff --git a/htdocs/xorg.php b/htdocs/xorg.php index b5e0726..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', - 'fusionax', - '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: ?>