From 69e93035ef0eb1e4e5c084c5ea7143b11916a84e Mon Sep 17 00:00:00 2001 From: haneul Date: Mon, 5 Jul 2010 13:14:17 +0000 Subject: [PATCH] #18991842 : add facebook ua git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7587 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- config/func.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/func.inc.php b/config/func.inc.php index a080daab4..5dc9c75ae 100644 --- a/config/func.inc.php +++ b/config/func.inc.php @@ -852,7 +852,7 @@ function isCrawler($agent = null) { if(!$agent) $agent = $_SERVER['HTTP_USER_AGENT']; - $check_agent = array('bot', 'spider', 'google', 'yahoo', 'daum', 'teoma', 'fish', 'hanrss'); + $check_agent = array('bot', 'spider', 'google', 'yahoo', 'daum', 'teoma', 'fish', 'hanrss', 'facebook'); $check_ip = array( '211.245.21.11*' /* mixsh */ );