Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2 additions
and
2 deletions.
-
+1
−1
common.php
-
+1
−1
theme/basic/head.sub.php
|
@@ -370,7 +370,7 @@ function sql_escape_string($str) |
|
|
$key = md5($_SERVER['SERVER_ADDR'] . $_SERVER['REMOTE_ADDR'] . $_SERVER['HTTP_USER_AGENT'] . $row['mb_password']); |
|
|
// 쿠키에 저장된 키와 같다면 |
|
|
$tmp_key = get_cookie('ck_auto'); |
|
|
if ($tmp_key == $key && $tmp_key) { |
|
|
if ($tmp_key === $key && $tmp_key) { |
|
|
// 차단, 탈퇴가 아니고 메일인증이 사용이면서 인증을 받았다면 |
|
|
if ($row['mb_intercept_date'] == '' && |
|
|
$row['mb_leave_date'] == '' && |
|
|
|
@@ -39,7 +39,7 @@ |
|
|
echo '<meta name="format-detection" content="telephone=no">'.PHP_EOL; |
|
|
} else { |
|
|
echo '<meta http-equiv="imagetoolbar" content="no">'.PHP_EOL; |
|
|
echo '<meta http-equiv="X-UA-Compatible" content="IE=10,chrome=1">'.PHP_EOL; |
|
|
echo '<meta http-equiv="X-UA-Compatible" content="IE=Edge">'.PHP_EOL; |
|
|
} |
|
|
|
|
|
if($config['cf_add_meta']) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.