|
|
|
@ -1,7 +1,7 @@ |
|
|
|
|
<?php |
|
|
|
|
class Admin_LoginController extends Ctrl_Base{ |
|
|
|
|
public function indexAction(){ |
|
|
|
|
if(isset($_SESSION['admin'])){$this->showMsg('','/admin_index/');} |
|
|
|
|
if(isset($_SESSION['admin'])){$this->showMsg('','/admin_index/index');} |
|
|
|
|
} |
|
|
|
|
public function loginAction(){ |
|
|
|
|
$p = $_REQUEST; |
|
|
|
|