From 7dc27b76d258be5378bf2fa197ba2254c48c6f5a Mon Sep 17 00:00:00 2001 From: hakasenyang Date: Fri, 6 Jan 2017 08:56:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EA=B0=80?= =?UTF-8?q?=EC=A0=B8=EC=98=AC=20=EB=95=8C=20=EB=88=84=EB=9D=BD=EB=90=98?= =?UTF-8?q?=EB=8A=94=20=EB=B6=80=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 소스를 잘못 넣어 특정 상황에서만 되는 오류 해결. --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 2a00c2a..3a66586 100644 --- a/index.php +++ b/index.php @@ -91,7 +91,7 @@ startdata: }*/ $jsonon = ($_GET['json'] == 1) ? true : false; - $aaa = explode('data-src="', $data); + $aaa = explode('data-src="', str_replace('data-src="/storage/', 'data-src="http://wasabisyrup.com/storage/', $data)); $title = $marumaru->splits($aaa[0], '', ''); $title = trim(explode(' | ', $title)[0]); $data2 = $marumaru->splits($data, ''); @@ -101,7 +101,7 @@ startdata: if ($image) { $jsonon = ($_GET['json'] == 1) ? true : false; - $aaa = explode('data-src="', str_replace('data-src="/storage/', 'data-src="http://wasabisyrup.com/storage/', $data)); + $aaa = explode('data-src="', $data); for($i=1;$i
';