X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fxorg.php;fp=htdocs%2Fxorg.php;h=f73036082470afd0749e3e57a1d67841e76a1e2e;hb=f497128a7c26c25a64e05453ea479520149e2cb7;hp=7d65d9947f8b635e993d07d0f99acfb791bfe880;hpb=22f0a0a857bc6ba3fedb543f580af5bc7a45ab42;p=platal.git diff --git a/htdocs/xorg.php b/htdocs/xorg.php index 7d65d99..f730360 100644 --- a/htdocs/xorg.php +++ b/htdocs/xorg.php @@ -21,12 +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', - 'fusionax', - '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'); if (!($path = Env::v('n')) || ($path{0} < 'A' || $path{0} > 'Z')) { $platal->run();