설치시 환경설정의 관리자 메일 주소에 값을 넣어줌

This commit is contained in:
gnuboard
2013-10-22 18:12:36 +09:00
parent a1b226f8a3
commit 6a83623170

View File

@ -73,6 +73,7 @@ $download_point = 0;
$sql = " insert into `{$table_prefix}config`
set cf_title = '".G5_VERSION."',
cf_admin = '$admin_id',
cf_admin_email = '$admin_email',
cf_use_point = '1',
cf_use_norobot = '1',
cf_use_copy_log = '1',