This commit is contained in:
jeena 2013-07-08 21:58:12 +02:00
parent 8a383aa084
commit b1d5d8f111

View file

@ -12,7 +12,7 @@ class AdminController extends Katharsis_Controller_Abstract
public function loginAction() public function loginAction()
{ {
if($this->_getParam('password') == 'holzmitloch') if($this->_getParam('password') == '')
{ {
$_SESSION['logged'] = 1; $_SESSION['logged'] = 1;
$this->_location('index'); $this->_location('index');