Difference between revisions of "/var/www/html/LocalSettings.php (file)"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
* <code>[[$wgAllowExternalImages]]</code> | * <code>[[$wgAllowExternalImages]]</code> | ||
* <code>[[wfLoadExtension]]</code> | * <code>[[wfLoadExtension]]</code> | ||
− | * [[$wgDefaultSkin]] | + | * <code>[[$wgDefaultSkin]]</code> |
− | * [[$wgPingback]] | + | * <code>[[$wgPingback]]</code> |
− | * [[$wgUseInstantCommons]] | + | * <code>[[$wgUseInstantCommons]]</code> |
− | * [[Vector skin]] | + | * <code>[[Vector skin]]</code> |
== See also == | == See also == |
Latest revision as of 13:26, 11 December 2023
/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
wfLoadSkin
Related[edit]
- Manual:RevisionDelete
systemctl restart nginx && systemctl status nginx
- https://www.mediawiki.org/wiki/Snippets/Load_an_additional_JavaScript_or_stylesheet_file_on_all_pages
$wgAllowExternalImages
wfLoadExtension
$wgDefaultSkin
$wgPingback
$wgUseInstantCommons
Vector skin
See also[edit]
Advertising: