diff --git a/crmeb/install/index.php b/crmeb/install/index.php index c151b213..47ef9a2c 100644 --- a/crmeb/install/index.php +++ b/crmeb/install/index.php @@ -29,8 +29,8 @@ error_reporting(E_ALL & ~E_NOTICE); header('Content-Type: text/html; charset=UTF-8'); define('SITEDIR', _dir_path(substr(dirname(__FILE__), 0, -14))); //define('SITEDIR2', substr(SITEDIR,0,-7)); -//echo SITEDIR2; -//exit; +echo SITEDIR; +//exit;SITEDIR //数据库 $sqlFile = 'crmeb.sql'; $configFile = 'config.php';