From 823d71ced9b4947b1a5a5ade7245d521ed490061 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 7 Jun 2016 15:17:49 +0200 Subject: * renaming php directory --- app/php/controls/HeaderMenu.php | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 app/php/controls/HeaderMenu.php (limited to 'app/php/controls/HeaderMenu.php') diff --git a/app/php/controls/HeaderMenu.php b/app/php/controls/HeaderMenu.php deleted file mode 100644 index 2488629..0000000 --- a/app/php/controls/HeaderMenu.php +++ /dev/null @@ -1,26 +0,0 @@ -Application->getModule('auth'); - $authModule->setReturnUrl($this->Request->RequestUri); - $this->Response->redirect( - $this->Service->ConstructUrl($authModule->LoginPage) - ); - } - - public function logoutUser($sender, $param) { - $this->Application->getModule('auth')->logout(); - $this->Response->redirect( - $this->Service->ConstructUrl(NULL) - ); - } - -} - -?> -- cgit v1.2.3