added codemirror editor
This commit is contained in:
parent
a6636bb85f
commit
a27cfee2b2
2 changed files with 21 additions and 1 deletions
|
@ -27,7 +27,7 @@ class AdminController extends Katharsis_Controller_Abstract
|
|||
public function logoutAction()
|
||||
{
|
||||
$_SESSION['logged'] = 0;
|
||||
$this->_location('gate');
|
||||
$this->_location('index', 'index');
|
||||
}
|
||||
|
||||
// Private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue