Improved register_globals

This commit is contained in:
root 2008-09-03 18:43:37 +00:00
parent bcf9c5cb41
commit e9934429c5

View file

@ -22,7 +22,7 @@
$font = 1; $font = 1;
$x = 25; $x = 25;
$y = 4; $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); $tc = imagecolorallocate ($im, $r, $g, $b);
imagestring ($im, $font, $x, $y, "CAcert.org", $tc); imagestring ($im, $font, $x, $y, "CAcert.org", $tc);
imagepng($im); imagepng($im);