From 8d156610be187427d43f4d033b258f060f8968ad Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 9 Feb 2007 19:02:43 +0000 Subject: reorganize personal demo. --- demos/personal/protected/Pages/Layout.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'demos/personal/protected/Pages/Layout.php') diff --git a/demos/personal/protected/Pages/Layout.php b/demos/personal/protected/Pages/Layout.php index f5009542..ba96038b 100644 --- a/demos/personal/protected/Pages/Layout.php +++ b/demos/personal/protected/Pages/Layout.php @@ -2,11 +2,6 @@ class Layout extends TTemplateControl { - public function logout($sender,$param) - { - $this->Application->getModule('auth')->logout(); - $this->Response->redirect($this->Service->constructUrl('Home',null,false)); - } } ?> \ No newline at end of file -- cgit v1.2.3