mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
r5846 롤백
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5847 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
77958c2ed3
commit
584ef1a104
1 changed files with 1 additions and 3 deletions
|
|
@ -39,7 +39,6 @@
|
|||
// $source_files의 역슬래쉬 경로를 슬래쉬로 변경 (윈도우즈 대비)
|
||||
foreach($source_files as $key => $file){
|
||||
$source_files[$key]['file'] = str_replace("\\","/",$file['file']);
|
||||
if(substr($file['file'],0,2)=='./') $source_files[$key]['file'] = getScriptPath().substr($file['file'],2);
|
||||
}
|
||||
|
||||
// 관리자 설정시 설정이 되어 있지 않으면 패스
|
||||
|
|
@ -71,11 +70,10 @@
|
|||
|
||||
$files = $this->_getOptimizedRemoved($files);
|
||||
if(!count($files)) return $files;
|
||||
/*
|
||||
|
||||
foreach($files as $key => $val) {
|
||||
if(substr($val['file'],0,2)=='./') $files[$key]['file'] = Context::getRequestUri().substr($val['file'],2);
|
||||
}
|
||||
*/
|
||||
return $files;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue