From 91536b68a8eee2e2849949f605d3e5428f71cd9c Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 29 Aug 2007 03:15:30 +0000 Subject: revert. --- demos/helloworld/protected/pages/Home.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'demos/helloworld/protected/pages/Home.php') diff --git a/demos/helloworld/protected/pages/Home.php b/demos/helloworld/protected/pages/Home.php index 9722a782..16174b2e 100644 --- a/demos/helloworld/protected/pages/Home.php +++ b/demos/helloworld/protected/pages/Home.php @@ -2,18 +2,9 @@ class Home extends TPage { - public function onPreRender($param) - { - echo "token is |".$this->Captcha->Token."|"; - } - public function buttonClicked($sender,$param) { - if($this->Captcha->validate($this->Input->Text)) - $sender->Text="ok"; - else - $sender->Text="no!"; - $this->Captcha->regenerateToken(); + $sender->Text='Hello world!'; } } -- cgit v1.2.3