X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fxorg.php;h=e3516a558f1c98ead0471a8a7099bc2cfdb61696;hb=767f6985f9d0ed8afaa1eaf9082cc34494001456;hp=93226b9ccc6b8efc16fc8e66465bece1d28858bf;hpb=9c30fe48a686320f4316cbaccb4f1a79395b9e11;p=platal.git diff --git a/htdocs/xorg.php b/htdocs/xorg.php index 93226b9..e3516a5 100644 --- a/htdocs/xorg.php +++ b/htdocs/xorg.php @@ -20,23 +20,21 @@ ***************************************************************************/ require_once dirname(__FILE__).'/../include/xorg.inc.php'; -global $globals, $platal, $page; -if (!($path = Env::v('n')) || ($path{0} < 'A' || $path{0} > 'Z')) { +$platal = new Xorg('auth', 'carnet', 'email', 'events', 'forums', + 'geoloc', 'lists', 'marketing', 'payment', 'platal', + 'profile', 'register', 'search', 'stats', 'admin', + 'newsletter', 'axletter', 'bandeau', 'survey', + 'fusionax', 'gadgets', 'googleapps', 'poison', 'openid'); - $platal = new Platal('auth', 'carnet', 'email', 'events', 'forums', - 'geoloc', 'lists', 'marketing', 'payment', 'platal', - 'profile', 'register', 'search', 'stats', 'admin', - 'newsletter', 'axletter', 'bandeau', 'survey', - 'gadgets', 'googleapps'); +if (!($path = Env::v('n')) || ($path{0} < 'A' || $path{0} > 'Z')) { $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: ?>