Difference between revisions of "/var/www/html/LocalSettings.php (file)"

From wikieduonline
Jump to navigation Jump to search
Line 13: Line 13:
  
 
[[Skins]]:
 
[[Skins]]:
  [[wfLoadSkin]]
+
  <code>[[wfLoadSkin]]</code>
  
 
== Related ==
 
== Related ==

Revision as of 12:23, 17 September 2022

/var/www/html/LocalSettings.php
$wgDBtype = "mysql";
$wgDBserver = "127.0.0.1";
$wgDBname = "yourdbname";
$wgDBuser = "yourdbuser";
$wgDBpassword = "yourpassword";
$wgDBprefix = "";
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
#$wgDebugLogFile = "/var/log/your_db_name/debug-{$wgDBname}.log";
cat LocalSettings.php | grep wfLoadExtension

Skins:

wfLoadSkin

Related

See also

Advertising: