<?php
/**
 * index.php
 * 
 * @copyright (C) 2005-2014 LEYUN360 Inc.
 * @license This is a charge software, licensing terms
 * @lastmodify 2010-12-16
 * $Id: index.php 2 2010-12-16 10:59:13Z LEYUN360 $
 */
 
define('MYFILE_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
include MYFILE_PATH . '/source/base.php';
base :: creat_app();

?>