봇의 메일 링크 크롤링 방지

This commit is contained in:
thisgun
2018-11-26 15:11:19 +09:00
parent 8399dafd4b
commit 918663a7e2
3 changed files with 27 additions and 0 deletions

View File

@ -1,6 +1,9 @@
<?php
include_once('./_common.php');
// 봇의 메일 링크 크롤링을 방지합니다.
if(function_exists('check_mail_bot')){ check_mail_bot($_SERVER['REMOTE_ADDR']); }
$mb_id = trim($_GET['mb_id']);
$mb_md5 = trim($_GET['mb_md5']);