From: Pierre Habouzit (MadCoder Date: Tue, 18 Jan 2005 21:40:37 +0000 (+0000) Subject: backport X-Git-Tag: xorg/old~373 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=078737723a6f8de198fe540c7f757e1aec2aa00a;p=platal.git backport Patches applied: * opensource@polytechnique.org--2005/platal--release--0.9.3--patch-35 what an asshole git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-384 --- diff --git a/htdocs/groupex/export-econfiance.php b/htdocs/groupex/export-econfiance.php index 67af238..014642a 100644 --- a/htdocs/groupex/export-econfiance.php +++ b/htdocs/groupex/export-econfiance.php @@ -26,7 +26,7 @@ require_once('xorg.inc.php'); require_once('xml-rpc-client.inc.php'); require_once('lists.inc.php'); -$cle = $globals->econfiance; +$cle = $globals->core->econfiance; if (isset($_SESSION["chall"]) && $_SESSION["chall"] != "" && $_GET["PASS"] == md5($_SESSION["chall"].$cle)) {