X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fxorg.php;fp=htdocs%2Fxorg.php;h=e43ef73fa9c06ffcb22a70250c04ab1646cf83b9;hb=a9cd2babbdceaeb57e9de04ce0e7113a14926ec1;hp=1fbce4577ae92fe5a7e81c1b64e90dfc94a56602;hpb=faa06583dfbe5e1a3c803e20ded33c42565b00c1;p=platal.git diff --git a/htdocs/xorg.php b/htdocs/xorg.php index 1fbce45..e43ef73 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', + 'gadgets', 'googleapps'); if (!($path = Env::v('n')) || ($path{0} < 'A' || $path{0} > 'Z')) { $platal->run();