mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 20:32:14 +09:00
외부페이지 모듈의 캐시파일 자동 삭제 기능 정상적으로 동작하도록 코드 수정 + 서버내 파일 include시 대상 파일의 include까지 모두 처리후 제로보드XE의 템플릿 사용할 수 있도록 기능 개선
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2647 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1aee7c7b60
commit
dbfb9b34fb
2 changed files with 27 additions and 13 deletions
|
|
@ -70,7 +70,7 @@
|
|||
$oModuleController->updateModuleGrant($module_info->module_srl, $grants);
|
||||
|
||||
// 캐시 파일 삭제
|
||||
$cache_file = sprintf("./files/cache/opage/%d.cache", $module_info->module_srl);
|
||||
$cache_file = sprintf("./files/cache/opage/%d.cache.php", $module_info->module_srl);
|
||||
if(file_exists($cache_file)) @unlink($cache_file);
|
||||
|
||||
// 등록 성공후 return될 메세지 정리
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue