<?php /** * 狮子喵icfruit.cn * * ========================================================================== * @link https://www.icfruit.cn/ * @copyright Copyright (c) 2015 liofis.com. * @license https://www.icfruit.cn/license.html License * ========================================================================== * * @author fish * */ namespace Admin\Controller; class EmptyController extends CommonController{ function index(){ die('建设中。。。'); } } ?>