mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 19:02:14 +09:00
#369 sapi type이 cgi일 경우 PATH_INFO 환경변수에서 경로를 구하도록 함. 그리고 index.php 파일을 제거할때 preg 정규표현식으로 대소문자 구별없이 제거하도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3514 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bd0ae1daef
commit
1dff2a4863
3 changed files with 9 additions and 6 deletions
|
|
@ -86,7 +86,7 @@
|
|||
function display($content) {
|
||||
$content .= $this->_debugOutput();
|
||||
|
||||
$path = str_replace('index.php','',$_SERVER['SCRIPT_NAME']);
|
||||
$path = getScriptPath();
|
||||
|
||||
// commons/modules/files/widgets/layouts/addons 로 시작되는 src나 href의 값을 절대경로로 변경
|
||||
$content = preg_replace('!(href|src)=("|\'){0,1}(commons|modules|widgets|layouts|addons|files)!is', '\\1=\\2'.$path.'\\3', $content);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue