From ea550c627e78daabd0e161459703418e9ed82cea Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 3 Apr 2008 03:57:22 +0000 Subject: [PATCH] =?UTF-8?q?r4065=20rollback.=20index.html=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=EC=9D=B4=20=EC=9E=88=EC=9D=84=20=EA=B2=BD=EC=9A=B0=20?= =?UTF-8?q?=EC=83=9D=EA=B8=B0=EB=8A=94=20=EB=AC=B8=EC=A0=9C=EC=97=90=20?= =?UTF-8?q?=EB=8C=80=ED=95=B4=EC=84=9C=EB=8A=94=20=EB=B3=B4=EB=8B=A4=20?= =?UTF-8?q?=EA=B9=8A=EC=9D=80=20=EA=B3=A0=EB=AF=BC=EC=9D=B4=20=ED=95=84?= =?UTF-8?q?=EC=9A=94?= 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@4066 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/context/Context.class.php | 2 +- common/js/common.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/context/Context.class.php b/classes/context/Context.class.php index 7a736aea3..68670940e 100644 --- a/classes/context/Context.class.php +++ b/classes/context/Context.class.php @@ -893,7 +893,7 @@ $content = preg_replace('/<(img|br)([^>\/]*)(\/>|>)/i','<$1$2 />', $content); // 주소/?mid등과 같은 index.php가 명시되지 않은 파일의 target 변경 - $content = str_replace(Context::getRequestUri().'?',Context::getRequestUri().'index.php?',$content); + //$content = str_replace(Context::getRequestUri().'?',Context::getRequestUri().'index.php?',$content); return $content; } diff --git a/common/js/common.js b/common/js/common.js index afc5eb369..7aac19292 100644 --- a/common/js/common.js +++ b/common/js/common.js @@ -48,7 +48,7 @@ String.prototype.setQuery = function(key, val) { } else { if(val.toString().trim()) uri = uri+"?"+key+"="+val; } - uri = uri.replace(request_uri+'?',request_uri+'index.php?'); + //uri = uri.replace(request_uri+'?',request_uri+'index.php?'); return uri; }