We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e26700 commit f6b693dCopy full SHA for f6b693d
config/features.php
@@ -43,16 +43,6 @@
43
*/
44
'legacy_v4_redirect' => (bool) env('LEGACY_V4_REDIRECT', false),
45
46
- /*
47
- |--------------------------------------------------------------------------
48
- | Extract Zip
49
50
- |
51
- | Allow Lychee to extract zip files. As this by passes some safeties with
52
- | regard to files, we place it behind a feature flag rather than a config option.
53
- */
54
- 'extract-zip-files-on-upload' => (bool) env('FEATURE_EXTRACT_ZIP_FILES_ON_UPLOAD', false),
55
-
56
/*
57
|--------------------------------------------------------------------------
58
| Log Viewer
0 commit comments