好友
阅读权限10
听众
最后登录1970-1-1
|
本帖最后由 omar111 于 2025-12-23 16:28 编辑
index.php 35-115行
public static $default = [
'root' =>'./www',
'root_url_path' => null,
'root_lock' => null,
'start_path' => null,
'username' => '',
'password' => '',
'load_images' => true,
'load_files_proxy_php' => false,
'load_images_max_filesize' => 1000000,
'image_resize_enabled' => true,
'image_resize_use_imagemagick' => false,
'image_resize_cache' => true,
'image_resize_cache_use_dir' => false,
'image_resize_dimensions' => 1320,
'image_resize_dimensions_retina' => 1480,
'image_resize_dimensions_allowed' => '',
'image_resize_quality' => 85,
'image_resize_function' => 'imagecopyresampled',
'image_resize_sharpen' => true,
'image_resize_memory_limit' => 2560,
'image_resize_max_pixels' => 600000000,
'image_resize_min_ratio' => 1.5,
'image_resize_cache_direct' => false,
'folder_preview_image' => true,
'folder_preview_default' => '_filespreview.jpg',
'menu_enabled' => true,
'menu_max_depth' => 5,
'menu_sort' => 'name_asc',
'menu_cache_validate' => true,
'menu_load_all' => false,
'menu_recursive_symlinks' => true,
'layout' => 'rows',
'cache' => true,
'cache_key' => 0,
'clean_cache_interval' => 7,
'clean_cache_allow_manual' => false,
'image_cache_file' => 'cache.txt',
'image_cache_max_last_access_time' => 90,
'image_cache_validate_time' => true,
'storage_path' => '_files',
'files_include' => '',
'files_exclude' => '',
'dirs_include' => '',
'dirs_exclude' => '',
'allow_symlinks' => true,
'get_mime_type' => false,
'license_key' => '',
'download_dir' => 'browser',
'download_dir_cache' => 'dir',
'assets' => '',
'allow_all' => true,
'allow_upload' => true,
'allow_delete' => true,
'allow_rename' => true,
'allow_new_folder' => true,
'allow_new_file' => true,
'allow_duplicate' => true,
'allow_text_edit' => true,
'allow_zip' => true,
'allow_unzip' => true,
'allow_move' => true,
'allow_copy' => true,
'allow_download' => true,
'allow_mass_download' => true,
'allow_mass_copy_links' => true,
'allow_settings' => true,
'allow_check_updates' => true,
'allow_tests' => true,
'demo_mode' => false,
'upload_allowed_file_types' => '',
'upload_max_filesize' => 0,
'upload_exists' => 'increment',
'ffmpeg_path' => 'ffmpeg',
'imagemagick_path' => 'convert',
'imagemagick_image_types' => 'heif, heic, tiff, tif, psd, dng',
'use_google_docs_viewer' => true,
'lang_default' => 'cn',
'lang_auto' => true,
'index_cache' => false,
];
wwwphp目录下面的_files是缓存也可以删除 |
|