X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fxorg.php;h=61418cfb38efb0f67f0d3c603c2915755bceec3d;hb=429e4a4b8eb428e9631513fc6bb053b4635c7729;hp=c177d1c32043ddbdb7852a92cc26984ad2bdd79f;hpb=ecf2b474289f94932ff60ab18674610979d0e0db;p=platal.git diff --git a/htdocs/xorg.php b/htdocs/xorg.php index c177d1c..61418cf 100644 --- a/htdocs/xorg.php +++ b/htdocs/xorg.php @@ -22,10 +22,11 @@ require_once dirname(__FILE__).'/../include/xorg.inc.php'; $platal = new Xorg('auth', 'carnet', 'email', 'events', 'forums', - 'geoloc', 'lists', 'marketing', 'payment', 'platal', + 'lists', 'marketing', 'payment', 'platal', 'profile', 'register', 'search', 'stats', 'admin', 'newsletter', 'axletter', 'bandeau', 'survey', - 'gadgets', 'googleapps', 'poison', 'openid', 'reminder'); + 'fusionax', 'gadgets', 'googleapps', 'poison', + 'openid', 'reminder'); if (!($path = Env::v('n')) || ($path{0} < 'A' || $path{0} > 'Z')) { $platal->run();