Improved register_globals
This commit is contained in:
parent
bcf9c5cb41
commit
e9934429c5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue