X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fxorg.php;h=e3516a558f1c98ead0471a8a7099bc2cfdb61696;hb=8cd3dcccfa281be67f58c53716ad1910dc31f625;hp=1fbce4577ae92fe5a7e81c1b64e90dfc94a56602;hpb=3cbc7ef60167769a8a4ae26b22d99c8937237ece;p=platal.git diff --git a/htdocs/xorg.php b/htdocs/xorg.php index 1fbce45..e3516a5 100644 --- a/htdocs/xorg.php +++ b/htdocs/xorg.php @@ -21,11 +21,11 @@ require_once dirname(__FILE__).'/../include/xorg.inc.php'; -$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 = 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'); if (!($path = Env::v('n')) || ($path{0} < 'A' || $path{0} > 'Z')) { $platal->run();