Index.php
332 字节
<?php
namespace app\index\controller;
use app\common\controller\Frontend;
class Index extends Frontend
{
protected $noNeedLogin = '*';
protected $noNeedRight = '*';
protected $layout = '';
public function index()
{
return redirect('/OCiykARoFV.php');
// return $this->view->fetch();
}
}