diff --git a/doc/projects.inc b/doc/projects.inc index faab5353b1..36fb7891a2 100644 --- a/doc/projects.inc +++ b/doc/projects.inc @@ -387,16 +387,16 @@ $astro_phys_chem = array( "", tra("Improve the design of the Large Hadron Collider") ), - array( - "vLHCathome", - "http://lhcathome2.cern.ch/vLHCathome/", - tra("CERN (European Organization for Nuclear Research)"), - tra("Physics"), - tra("This project uses CERN-developed virtual machine technology for LHC event physics simulation on volunteer computers. Requires that you install VirtualBox on your computer"), - "t4t.png", - "", - tra("Simulate high-energy particle collisions") - ), +// array( +// "vLHCathome", +// "http://lhcathome2.cern.ch/vLHCathome/", +// tra("CERN (European Organization for Nuclear Research)"), +// tra("Physics"), +// tra("This project uses CERN-developed virtual machine technology for LHC event physics simulation on volunteer computers. Requires that you install VirtualBox on your computer"), +// "t4t.png", +// "", +// tra("Simulate high-energy particle collisions") +// ), array( "ATLAS@Home", "http://atlasathome.cern.ch/", diff --git a/html/inc/util.inc b/html/inc/util.inc index b23aa75d52..4fd217e174 100644 --- a/html/inc/util.inc +++ b/html/inc/util.inc @@ -139,7 +139,7 @@ function get_logged_in_user($must_be_logged_in=true) { global $g_logged_in_user, $got_logged_in_user; if ($got_logged_in_user) return $g_logged_in_user; - check_web_stopped(); + if (web_stopped()) return null; $authenticator = null; if (isset($_COOKIE['auth'])) $authenticator = $_COOKIE['auth'];