changes
This commit is contained in:
parent
8a383aa084
commit
b1d5d8f111
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue