鼠笼管理系统
 
 
 
 
squirrel_cage/application/controllers/Index.php

10 lines
167 B

<?php
/**
* 网站首页
*/
class IndexController extends Ctrl_Base{
public function indexAction(){
header('Location:/index_index/index');exit;
}
}