g5 충돌 수정

This commit is contained in:
thisgun
2018-08-23 09:46:43 +09:00
34 changed files with 85 additions and 61 deletions

View File

@ -626,6 +626,7 @@ if(!empty($extend_file) && is_array($extend_file)) {
foreach($extend_file as $file) {
include_once(G5_EXTEND_PATH.'/'.$file);
}
unset($file);
}
unset($extend_file);