5.3 버전 내용 적용
This commit is contained in:
@ -19,6 +19,10 @@ include_once('./admin.head.php');
|
||||
$directory = array();
|
||||
$dl = array('file', 'editor');
|
||||
|
||||
if( defined('G5_YOUNGCART_VER') ){
|
||||
$dl[] = 'item';
|
||||
}
|
||||
|
||||
foreach($dl as $val) {
|
||||
if($handle = opendir(G5_DATA_PATH.'/'.$val)) {
|
||||
while(false !== ($entry = readdir($handle))) {
|
||||
|
||||
Reference in New Issue
Block a user