Cara Aktifkan fitur Upload File di Mediawiki: Difference between revisions

From Dboswiki
Jump to navigation Jump to search
dw>Nato
Created page with " Open the MediaWiki configuration file LocalSettings.php and do the following changes: nano /var/www/html/wiki/LocalSettings.php =MediaWiki 1.5 or above= $wgEnableUploads = true; # Enable uploads"
 
m 1 revision imported
 
(No difference)

Latest revision as of 22:29, 7 February 2023

Open the MediaWiki configuration file LocalSettings.php and do the following changes:

nano /var/www/html/wiki/LocalSettings.php

MediaWiki 1.5 or above

$wgEnableUploads = true; # Enable uploads