MediaWiki Modifications

From ScienceZero
Revision as of 20:52, 29 January 2007 by WikiSysop (Talk | contribs) (New page: == LocalSettings.php == Changes to this file should be added to the end of the file to make sure nothing goes wrong. $wgShowIPinHeader = false; $wgGroupPermissions['*']['createaccount'...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

LocalSettings.php

Changes to this file should be added to the end of the file to make sure nothing goes wrong.

$wgShowIPinHeader = false;
$wgGroupPermissions['*']['createaccount'] = false;
$wgGroupPermissions['*']['edit'] = false;
$wgDefaultUserOptions ['editsection'] = 0;
$wgEnableUploads = true;
$wgUploadDirectory = "{$IP}/files";
$wgUploadPath = "{$wgScriptPath}/files";
$wgLogo = "{$wgScriptPath}/logo.png";


MonoBook.php