Merge branch 'master' of github.com:jeena/seinheit.ch

This commit is contained in:
Logsol 2013-07-08 22:00:54 +02:00
commit 178be87cb6
3 changed files with 6 additions and 187 deletions

View file

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