From 8a297052075228c5b796e20ab24254d925853c1a Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 8 Aug 2013 11:44:40 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20=EB=A9=94?= =?UTF-8?q?=EC=9D=BC=EC=A3=BC=EC=86=8C=20=EC=B6=94=EA=B0=80,=20=ED=9A=8C?= =?UTF-8?q?=EC=9B=90=EA=B0=80=EC=9E=85=EC=8B=9C=EB=82=98=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EB=A9=94=EC=9D=BC=20=EB=B0=9C=EC=86=A1?= =?UTF-8?q?=EC=8B=9C=EC=97=90=20=EB=B3=B4=EB=82=B4=EA=B1=B0=EB=82=98=20?= =?UTF-8?q?=EB=B0=9B=EB=8A=94=20=EC=9A=A9=EB=8F=84=EB=A1=9C=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9=EB=90=A9=EB=8B=88=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/config_form.php | 18 ++- adm/config_form_update.php | 229 +++++++++++++++++----------------- adm/mail_select_list.php | 2 - adm/mail_select_update.php | 14 +-- adm/sendmail_test.php | 15 +-- bbs/register_email_update.php | 8 +- bbs/register_form_update.php | 10 +- install/gnuboard4s.sql | 1 + 8 files changed, 150 insertions(+), 147 deletions(-) diff --git a/adm/config_form.php b/adm/config_form.php index a1f041388..3c2322602 100644 --- a/adm/config_form.php +++ b/adm/config_form.php @@ -101,6 +101,11 @@ if(!sql_query(" DESC {$g4['autosave_table']} ", false)) { ) ", false); } +if(!isset($config['cf_admin_email'])) { + sql_query(" ALTER TABLE `{$g4['config_table']}` + ADD `cf_admin_email` VARCHAR(255) NOT NULL AFTER `cf_admin` ", true); +} + $g4['title'] = '환경설정'; include_once ('./admin.head.php'); @@ -136,9 +141,18 @@ $pg_anchor = '