개인정보취급방침, 개인정보수집이용을 개인정보처리방침으로 문구 변경

This commit is contained in:
kagla
2014-01-29 10:21:36 +09:00
parent 8b50062f86
commit 013f47ada2
5 changed files with 11 additions and 11 deletions

View File

@ -147,7 +147,7 @@ $sql = " insert into `{$table_prefix}config`
cf_page_rows = '15',
cf_cert_limit = '2',
cf_stipulation = '해당 홈페이지에 맞는 회원가입약관을 입력합니다.',
cf_privacy = '해당 홈페이지에 맞는 개인정보취급방침을 입력합니다.'
cf_privacy = '해당 홈페이지에 맞는 개인정보처리방침을 입력합니다.'
";
mysql_query($sql) or die(mysql_error() . "<p>" . $sql);