From 3fe1a503448d7dd67e6bc3dd7a28e723a4ac449b Mon Sep 17 00:00:00 2001 From: bnu Date: Fri, 12 Jun 2009 12:48:39 +0000 Subject: [PATCH] =?UTF-8?q?#18046164=20*=20mailto=20=EB=B3=80=EC=A1=B0?= =?UTF-8?q?=EB=90=98=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6534 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/opage/opage.view.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/opage/opage.view.php b/modules/opage/opage.view.php index 15be7c102..6469a3948 100644 --- a/modules/opage/opage.view.php +++ b/modules/opage/opage.view.php @@ -140,8 +140,8 @@ function _replacePath($matches) { $val = trim($matches[3]); - // 외부링크 또는 / 로 시작하는 경로라면 그냥 pass - if(preg_match('/^(http|https|ftp|telnet|mms|\/)/i',$val)) return $matches[0]; + // 외부 또는 / 로 시작하는 경로라면 그냥 pass + if(preg_match('/^(http|https|ftp|telnet|mms|mailto|\/)/i',$val)) return $matches[0]; // .. 와 같은 경우 대상 경로를 구함 elseif(preg_match('/^(\.\.)/i',$val)) {