From e9934429c5a2150f490b20217ad6bb59aa0d06b8 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 3 Sep 2008 18:43:37 +0000 Subject: [PATCH] Improved register_globals --- www/sealgen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/sealgen.php b/www/sealgen.php index 473448f..b262f3d 100644 --- a/www/sealgen.php +++ b/www/sealgen.php @@ -22,7 +22,7 @@ $font = 1; $x = 25; $y = 4; - $im = imagecreatefrompng($_SESSION['_config'][filepath]."/www/images/secured.png"); + $im = imagecreatefrompng($_SESSION['_config']['filepath']."/www/images/secured.png"); $tc = imagecolorallocate ($im, $r, $g, $b); imagestring ($im, $font, $x, $y, "CAcert.org", $tc); imagepng($im);