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