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