X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fxorg.php;h=61418cfb38efb0f67f0d3c603c2915755bceec3d;hb=429e4a4b8eb428e9631513fc6bb053b4635c7729;hp=3dc92b2c679868c55f59218635236485c963d8b3;hpb=1db75748d39cb4ee8314ff234a55bb732e871eeb;p=platal.git diff --git a/htdocs/xorg.php b/htdocs/xorg.php index 3dc92b2..61418cf 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'; +include pl_core_include('wiki.engine.inc.php'); // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>