Manual:$wgDisableUploads/pl

From Linux Web Expert

Revision as of 00:48, 6 December 2023 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<translate> Files and file uploads</translate>: $wgDisableUploads
Determines whether file uploads are allowed.
<translate> Introduced in version:</translate>pre 1.1.0
<translate> Removed in version:</translate>1.5.0
<translate> Allowed values:</translate>(boolean)
<translate> Default value:</translate>true

Szczegóły

If set, disables the upload page and hides the link. Note that downloads have to be set up correctly in order to be secure, so this setting allows you to disable the feature if you are worried about security.

Since v1.5.0 $wgDisableUploads has been deprecated in favour of $wgEnableUploads .