Accept 'yellow' passwords, add a hard limit for submit activation.
[platal.git] / htdocs / xorg.php
index 7b6a810..93226b9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2007 Polytechnique.org                              *
+ *  Copyright (C) 2003-2008 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
  ***************************************************************************/
 
 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 Platal('auth', 'banana', 'carnet', 'email', 'events',
+    $platal = new Platal('auth', 'carnet', 'email', 'events', 'forums',
                          'geoloc', 'lists', 'marketing', 'payment', 'platal',
                          'profile', 'register', 'search', 'stats', 'admin',
-                         'newsletter', 'axletter', 'bandeau');
+                         'newsletter', 'axletter', 'bandeau', 'survey',
+                         'gadgets', 'googleapps');
     $platal->run();
 
     exit;
@@ -36,4 +38,5 @@ if (!($path = Env::v('n')) || ($path{0} < 'A' || $path{0} > 'Z')) {
 
 include 'wiki/engine.php';
 
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
 ?>