Example #1
0
<?php

/*
+--------------------------------------------------------------------------
|   HeavenSpree [#RELEASE_VERSION#]
|   ========================================
|   by HeavenSpree Software
|   © 2011 - 2014 HeavenSpree. All Rights Reserved
|   http://www.HeavenSpree.com
|   ========================================
|   Support: HeavenSpree@qq.com
|
+---------------------------------------------------------------------------
*/
if (!file_exists(dirname(__FILE__) . '/system/config/database.php') and !file_exists(dirname(__FILE__) . '/system/config/install.lock.php') and !defined('SAE_TMP_PATH')) {
    header('Location: ./install/');
    exit;
}
include 'system/system.php';
AWS_APP::run();