User log
This commit is contained in:
parent
5e87967441
commit
fe3771da08
16
application/modules/user/controllers/LogController.php
Normal file
16
application/modules/user/controllers/LogController.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
class User_LogController extends Zend_Controller_Action
|
||||
{
|
||||
protected $theme;
|
||||
|
||||
public function init()
|
||||
{
|
||||
// --- Theme
|
||||
$this->theme = Zend_Registry::get('theme');
|
||||
}
|
||||
|
||||
public function indexAction(){}
|
||||
public function authAction(){}
|
||||
public function consoAction(){}
|
||||
public function consocsvAction(){}
|
||||
}
|
@ -0,0 +1 @@
|
||||
<?php
|
@ -0,0 +1 @@
|
||||
<?php
|
@ -0,0 +1 @@
|
||||
<?php
|
@ -0,0 +1 @@
|
||||
<?php
|
Loading…
Reference in New Issue
Block a user