Improved register_globals

pull/1/head
root 16 years ago
parent bcf9c5cb41
commit e9934429c5

@ -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);

Loading…
Cancel
Save