From 6a836231708022a476f1a41f4880d7ac3b75c67f Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 22 Oct 2013 18:12:36 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A4=EC=B9=98=EC=8B=9C=20=ED=99=98?= =?UTF-8?q?=EA=B2=BD=EC=84=A4=EC=A0=95=EC=9D=98=20=EA=B4=80=EB=A6=AC?= =?UTF-8?q?=EC=9E=90=20=EB=A9=94=EC=9D=BC=20=EC=A3=BC=EC=86=8C=EC=97=90=20?= =?UTF-8?q?=EA=B0=92=EC=9D=84=20=EB=84=A3=EC=96=B4=EC=A4=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/install_db.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/install_db.php b/install/install_db.php index cbea3c476..c10009d41 100644 --- a/install/install_db.php +++ b/install/install_db.php @@ -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',