first commit
This commit is contained in:
23
application/system/controller/Logs.php
Normal file
23
application/system/controller/Logs.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
// +------------------------------------------------+
|
||||
// |http://www.cjango.com |
|
||||
// +------------------------------------------------+
|
||||
// | 修复BUG不是一朝一夕的事情,等我喝醉了再说吧! |
|
||||
// +------------------------------------------------+
|
||||
// | Author: 小陈叔叔 <Jason.Chen> |
|
||||
// +------------------------------------------------+
|
||||
namespace app\system\controller;
|
||||
|
||||
class Logs extends _Init
|
||||
{
|
||||
|
||||
public function index()
|
||||
{
|
||||
#Todo...
|
||||
}
|
||||
|
||||
public function system()
|
||||
{
|
||||
#Todo..
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user