mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
path problem for outpage
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7490 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
005213495d
commit
921f31d077
1 changed files with 1 additions and 2 deletions
|
|
@ -51,7 +51,7 @@
|
||||||
if($file['file'][0] == '/'){
|
if($file['file'][0] == '/'){
|
||||||
if(!file_exists($file['file'])){
|
if(!file_exists($file['file'])){
|
||||||
if(file_exists($_SERVER['DOCUMENT_ROOT'] . $file['file'])){
|
if(file_exists($_SERVER['DOCUMENT_ROOT'] . $file['file'])){
|
||||||
$source_files[$key] = $file['file'] = $_SERVER['DOCUMENT_ROOT'].$file['file'];
|
if($file['optimized']) $source_files[$key]['file'] = $file['file'] = $_SERVER['DOCUMENT_ROOT'].$file['file'];
|
||||||
}else{
|
}else{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
@ -64,7 +64,6 @@
|
||||||
$hash .= $file['file'];
|
$hash .= $file['file'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!count($targets)) return $this->_getOptimizedRemoved($files);
|
if(!count($targets)) return $this->_getOptimizedRemoved($files);
|
||||||
$list_file_hash = md5($hash);
|
$list_file_hash = md5($hash);
|
||||||
$oCacheHandler = &CacheHandler::getInstance('template');
|
$oCacheHandler = &CacheHandler::getInstance('template');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue