mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-24 21:03:19 +09:00
optimizer 잘못된 코드 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3459 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8eb6fb3d22
commit
1e6c6bf953
1 changed files with 0 additions and 3 deletions
|
|
@ -72,9 +72,6 @@
|
|||
* @brief 이미 저장된 캐시 파일과의 시간등을 검사하여 새로 캐싱해야 할지를 체크
|
||||
**/
|
||||
function doOptimizedFile($filename, $targets, $type) {
|
||||
// optimizer 변경이 된 것에 대해서 모든 제로보드XE에 적용하기 위해 변경 시점으로 캐시 유무를 재확인
|
||||
if(time() > 1199414354) return $this->makeOptimizedFile($filename, $targets, $type);
|
||||
|
||||
if(!file_exists($filename)) return $this->makeOptimizedFile($filename, $targets, $type);
|
||||
|
||||
$mtime = filemtime($filename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue