diff options
Diffstat (limited to 'demos/personal/protected/Pages/Layout.php')
-rw-r--r-- | demos/personal/protected/Pages/Layout.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/personal/protected/Pages/Layout.php b/demos/personal/protected/Pages/Layout.php index ba96038b..37ed95d4 100644 --- a/demos/personal/protected/Pages/Layout.php +++ b/demos/personal/protected/Pages/Layout.php @@ -2,6 +2,11 @@ class Layout extends TTemplateControl
{
+ public function logout($sender,$param)
+ {
+ $this->Application->getModule('auth')->logout();
+ $this->Response->redirect($this->Service->constructUrl('Home'));
+ }
}
?>
\ No newline at end of file |