mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
r6793 추가 수정.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6795 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
78c4886a4f
commit
541994c2d3
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
if(!$alt) $alt = $src;
|
||||
// 이미지 주소를 request uri가 포함된 주소로 변환 (rss출력, 등등을 위함)
|
||||
$temp_src = explode('/', $src);
|
||||
if(substr($src, 0,1)=='.') $src = Context::getRequestUri().substr($src, 2);
|
||||
if(substr($src, 0,2)=='./') $src = Context::getRequestUri().substr($src, 2);
|
||||
elseif(substr($src , 0, 1)=='/') {
|
||||
if($_SERVER['HTTPS']=='on') $http_src = 'https://';
|
||||
else $http_src = 'http://';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue