<?php
/**
 * Copy Right IJH.CC
 * Each engineer has a duty to keep the code elegant
 * Author shzhrui<anhuike@gmail.com>
 * $Id: index.php 2034 2013-12-07 03:08:33Z $
 */
define('IN_DIR', dirname(__FILE__).DIRECTORY_SEPARATOR);
require(IN_DIR.'system/home/index.php');

new Index();