Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../mw19
File: LocalSettings.php
<?php
[0] Fix | Delete
# This file was automatically generated by the MediaWiki 1.39.5
[1] Fix | Delete
# installer. If you make manual changes, please keep track in case you
[2] Fix | Delete
# need to recreate them later.
[3] Fix | Delete
#
[4] Fix | Delete
# See docs/Configuration.md for all configurable settings
[5] Fix | Delete
# and their default values, but don't forget to make changes in _this_
[6] Fix | Delete
# file, not there.
[7] Fix | Delete
#
[8] Fix | Delete
# Further documentation for configuration settings may be found at:
[9] Fix | Delete
# https://www.mediawiki.org/wiki/Manual:Configuration_settings
[10] Fix | Delete
[11] Fix | Delete
# Protect against web entry
[12] Fix | Delete
if ( !defined( 'MEDIAWIKI' ) ) {
[13] Fix | Delete
exit;
[14] Fix | Delete
}
[15] Fix | Delete
[16] Fix | Delete
[17] Fix | Delete
## Uncomment this to disable output compression
[18] Fix | Delete
# $wgDisableOutputCompression = true;
[19] Fix | Delete
[20] Fix | Delete
$wgSitename = "[[wiki_name]]";
[21] Fix | Delete
$wgMetaNamespace = "[[wiki_metaname]]";
[22] Fix | Delete
[23] Fix | Delete
## The URL base path to the directory containing the wiki;
[24] Fix | Delete
## defaults for all runtime URL paths are based off of this.
[25] Fix | Delete
## For more information on customizing the URLs
[26] Fix | Delete
## (like /w/index.php/Page_title to /wiki/Page_title) please see:
[27] Fix | Delete
## https://www.mediawiki.org/wiki/Manual:Short_URL
[28] Fix | Delete
$wgScriptPath = "[[relativeurl]]";
[29] Fix | Delete
[30] Fix | Delete
## The protocol and server name to use in fully-qualified URLs
[31] Fix | Delete
$wgServer = "[[protocol]]://[[domhost]]";
[32] Fix | Delete
[33] Fix | Delete
## The URL path to static resources (images, scripts, etc.)
[34] Fix | Delete
$wgResourceBasePath = $wgScriptPath;
[35] Fix | Delete
[36] Fix | Delete
## The URL paths to the logo. Make sure you change this from the default,
[37] Fix | Delete
## or else you'll overwrite your logo when you upgrade!
[38] Fix | Delete
$wgLogos = [
[39] Fix | Delete
'1x' => "$wgResourceBasePath/resources/assets/change-your-logo.svg",
[40] Fix | Delete
'icon' => "$wgResourceBasePath/resources/assets/change-your-logo-icon.svg",
[41] Fix | Delete
];
[42] Fix | Delete
[43] Fix | Delete
## UPO means: this is also a user preference option
[44] Fix | Delete
[45] Fix | Delete
$wgEnableEmail = true;
[46] Fix | Delete
$wgEnableUserEmail = true; # UPO
[47] Fix | Delete
[48] Fix | Delete
$wgEmergencyContact = "[[wiki_mail]]";
[49] Fix | Delete
$wgPasswordSender = "[[wiki_mail]]";
[50] Fix | Delete
[51] Fix | Delete
$wgEnotifUserTalk = false; # UPO
[52] Fix | Delete
$wgEnotifWatchlist = false; # UPO
[53] Fix | Delete
$wgEmailAuthentication = true;
[54] Fix | Delete
[55] Fix | Delete
## Database settings
[56] Fix | Delete
$wgDBtype = "mysql";
[57] Fix | Delete
$wgDBserver = "[[softdbhost]]";
[58] Fix | Delete
$wgDBname = "[[softdb]]";
[59] Fix | Delete
$wgDBuser = "[[softdbuser]]";
[60] Fix | Delete
$wgDBpassword = "[[softdbpass]]";
[61] Fix | Delete
[62] Fix | Delete
# MySQL specific settings
[63] Fix | Delete
$wgDBprefix = "[[dbprefix]]";
[64] Fix | Delete
[65] Fix | Delete
# MySQL table options to use during installation or update
[66] Fix | Delete
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
[67] Fix | Delete
[68] Fix | Delete
# Shared database table
[69] Fix | Delete
# This has no effect unless $wgSharedDB is also set.
[70] Fix | Delete
$wgSharedTables[] = "actor";
[71] Fix | Delete
[72] Fix | Delete
## Shared memory settings
[73] Fix | Delete
$wgMainCacheType = CACHE_NONE;
[74] Fix | Delete
$wgMemCachedServers = [];
[75] Fix | Delete
[76] Fix | Delete
## To enable image uploads, make sure the 'images' directory
[77] Fix | Delete
## is writable, then set this to true:
[78] Fix | Delete
$wgEnableUploads = [[enable_upload]];
[79] Fix | Delete
#$wgUseImageMagick = true;
[80] Fix | Delete
#$wgImageMagickConvertCommand = "/usr/bin/convert";
[81] Fix | Delete
[82] Fix | Delete
# InstantCommons allows wiki to use images from https://commons.wikimedia.org
[83] Fix | Delete
$wgUseInstantCommons = false;
[84] Fix | Delete
[85] Fix | Delete
# Periodically send a pingback to https://www.mediawiki.org/ with basic data
[86] Fix | Delete
# about this MediaWiki instance. The Wikimedia Foundation shares this data
[87] Fix | Delete
# with MediaWiki developers to help guide future development efforts.
[88] Fix | Delete
$wgPingback = true;
[89] Fix | Delete
[90] Fix | Delete
# Site language code, should be one of the list in ./includes/languages/data/Names.php
[91] Fix | Delete
$wgLanguageCode = "[[language]]";
[92] Fix | Delete
[93] Fix | Delete
# Time zone
[94] Fix | Delete
$wgLocaltimezone = "America/New_York";
[95] Fix | Delete
[96] Fix | Delete
## Set $wgCacheDirectory to a writable directory on the web server
[97] Fix | Delete
## to make your wiki go slightly faster. The directory should not
[98] Fix | Delete
## be publicly accessible from the web.
[99] Fix | Delete
#$wgCacheDirectory = "$IP/cache";
[100] Fix | Delete
[101] Fix | Delete
$wgSecretKey = "[[secretkey]]";
[102] Fix | Delete
[103] Fix | Delete
# Changing this will log out all existing sessions.
[104] Fix | Delete
$wgAuthenticationTokenVersion = "1";
[105] Fix | Delete
[106] Fix | Delete
# Site upgrade key. Must be set to a string (default provided) to turn on the
[107] Fix | Delete
# web installer while LocalSettings.php is in place
[108] Fix | Delete
$wgUpgradeKey = "[[upgrade_key]]";
[109] Fix | Delete
[110] Fix | Delete
## For attaching licensing metadata to pages, and displaying an
[111] Fix | Delete
## appropriate copyright notice / icon. GNU Free Documentation
[112] Fix | Delete
## License and Creative Commons licenses are supported so far.
[113] Fix | Delete
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
[114] Fix | Delete
$wgRightsUrl = "";
[115] Fix | Delete
$wgRightsText = "";
[116] Fix | Delete
$wgRightsIcon = "";
[117] Fix | Delete
[118] Fix | Delete
# Path to the GNU diff3 utility. Used for conflict resolution.
[119] Fix | Delete
$wgDiff3 = "[[diff3]]";
[120] Fix | Delete
[121] Fix | Delete
## Default skin: you can change the default skin. Use the internal symbolic
[122] Fix | Delete
## names, e.g. 'vector' or 'monobook':
[123] Fix | Delete
$wgDefaultSkin = "vector";
[124] Fix | Delete
[125] Fix | Delete
# Enabled skins.
[126] Fix | Delete
# The following skins were automatically enabled:
[127] Fix | Delete
wfLoadSkin( 'MinervaNeue' );
[128] Fix | Delete
wfLoadSkin( 'MonoBook' );
[129] Fix | Delete
wfLoadSkin( 'Timeless' );
[130] Fix | Delete
wfLoadSkin( 'Vector' );
[131] Fix | Delete
[132] Fix | Delete
[[enable_visualeditor]]
[133] Fix | Delete
[134] Fix | Delete
# End of automatically generated settings.
[135] Fix | Delete
# Add more configuration options below.
[136] Fix | Delete
[137] Fix | Delete
$wgTmpDirectory = "[[tmpdir]]";
[138] Fix | Delete
[139] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function