Updated the checktrans.php script to be a little more modern and to
[lhc/web/wiklou.git] / LocalSettings.sample
index 04fb97b..8be4c13 100644 (file)
@@ -120,6 +120,15 @@ $wgDBminWordLen            = 3;
 #
 # $wgUseDatabaseMessages = false;
 
+## The links in the navigation sidebar can be configured.
+## To add a link to the sidebar, add a line like the following
+#
+# $wgNavigationLinks[] = array( 'text' => 'helpdesk', 'href' => 'helpdesk-url' );
+#
+## and create two MediaWiki:-pages with the corresponding names, e.g.
+## MediaWiki:helpdesk="User help desk"
+## MediaWiki:helpdesk-url="YourProject:Help_desk"
+
 ## Set $wgUseImageResize to true if you want to enable dynamic
 ## server side image resizing ("Thumbnails")
 #
@@ -218,4 +227,8 @@ $wgLocalInterwiki   = $wgSitename;
 # A list of proxy servers (ips if possible) to purge on changes
 # don't specify ports here (80 is default)
 # $wgSquidServers = array('127.0.0.1');
+
+# Browser-related setting
+$wgBrowserBlackList = array();
+
 ?>