mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-30 11:05:27 +08:00
优化 安装包生成
This commit is contained in:
27
Application/Home/Controller/EmptyController.class.php
Executable file
27
Application/Home/Controller/EmptyController.class.php
Executable file
@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
namespace Home\Controller;
|
||||
|
||||
/**
|
||||
* 空控制器
|
||||
* @author Devil
|
||||
* @blog http://gong.gg/
|
||||
* @version 0.0.1
|
||||
* @datetime 2016-12-01T21:51:08+0800
|
||||
*/
|
||||
class EmptyController extends CommonController
|
||||
{
|
||||
/**
|
||||
* [Index 首页]
|
||||
* @author Devil
|
||||
* @blog http://gong.gg/
|
||||
* @version 0.0.1
|
||||
* @datetime 2017-02-25T15:30:36+0800
|
||||
*/
|
||||
public function Index()
|
||||
{
|
||||
$this->assign('msg', L('common_unauthorized_access'));
|
||||
$this->display('/Public/Error');
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user