init
This commit is contained in:
16
application/monitor/controller/Monitor.php
Normal file
16
application/monitor/controller/Monitor.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace app\monitor\controller;
|
||||
|
||||
use think\Controller;
|
||||
|
||||
class Monitor extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return $this->view->fetch();
|
||||
//return $this->redirect('admin/index/login');
|
||||
//return $this->redirect('/index/user');
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user