Update explorer.class.php

尝试修复liunx公共目录无法访问
pull/13/head
zzg 2015-06-06 18:09:12 +08:00
parent ce611ce91b
commit 0f621a96d2
1 changed files with 2 additions and 2 deletions

View File

@ -199,7 +199,7 @@ class explorer extends Controller{
array('name'=>$this->L['root_path'],'children'=>$root,'menuType'=>"menuTreeRoot",
'iconSkin'=>"my",'open'=>true,'this_path'=> MYHOME,'isParent'=>$root_isparent),
array('name'=>$this->L['public_path'],'children'=>$public,'menuType'=>"menuTreeRoot",
'iconSkin'=>"lib",'open'=>true,'this_path'=> '*public*','isParent'=>$public_isparent)
'iconSkin'=>"lib",'open'=>true,'this_path'=> PUBLIC_PATH,'isParent'=>$public_isparent)
);
show_json($tree_data);
}
@ -727,4 +727,4 @@ class explorer extends Controller{
_DIR_OUT($list);
return $list;
}
}
}