You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
218 B

<?php
define('THINK_PATH','./ideathink/');
define('APP_NAME','App');
define('APP_PATH','./App/');
define('APP_DEBUG',true);
//define('SAE_RUNTIME',true);
define('ENGINE_NAME','sae');
require THINK_PATH.'ThinkPHP.php';