Manual:$wgUploadNavigationUrl
From MediaWiki.org
| Uploads: $wgUploadNavigationUrl | |
|---|---|
| Point the upload navigation link to an external URL. |
|
| Introduced in version: | 1.5.0 |
| Removed in version: | still in use |
| Allowed Values: | |
| Default Value: | false |
Other settings: Alphabetical | By Function
[edit] Details
Point the upload navigation link to an external URL. Useful if you want to use a shared repository by default without disabling local uploads e.g.:
$wgUploadNavigationUrl = 'http://commons.wikimedia.org/wiki/Special:Upload';
[edit] See also
- $wgEnableUploads - set this to false to disable uploads completely.

