wibble
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Sun, 12 Dec 2004 22:36:33 +0000 (22:36 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:26:36 +0000 (23:26 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-73

include/xorg.globals.inc.php.in

index 4b20e5f..be46d3e 100644 (file)
@@ -86,7 +86,7 @@ class XorgGlobals extends DiogenesCoreGlobals
         
         $globals->menu = new XOrgMenu($globals->root.'/include/conf.d/');
 
-        session_start();
+        @session_start();
 
         $globals->dbconnect();
         if ($globals->debug) {