From 3d8b2a733cb17dbd8ca84f65d67338eab5b69cc7 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 3 Sep 2008 18:44:03 +0000 Subject: [PATCH] Improved register_globals --- www/ttp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/ttp.php b/www/ttp.php index 7f1c790..2240518 100644 --- a/www/ttp.php +++ b/www/ttp.php @@ -38,7 +38,7 @@ function Header() { - $this->Image($_REQUEST[bw]?'images/CAcert-logo-mono-1000.png':'images/CAcert-logo-colour-1000.png',8,8,100); + $this->Image($_REQUEST['bw']?'images/CAcert-logo-mono-1000.png':'images/CAcert-logo-colour-1000.png',8,8,100); $this->SetFont('Arial','B',14); if($_SESSION['_config']['language'] == "ja_JP") $this->SetFont('SJIS','B',14);