commit | fdbefcc305ba2d19ef26d30b2286a2c44c861227 | [log] [tgz] |
---|---|---|
author | Translation updater bot <l10n-bot@translatewiki.net> | Wed Oct 09 19:36:53 2013 +0000 |
committer | Translation updater bot <l10n-bot@translatewiki.net> | Wed Oct 09 19:36:53 2013 +0000 |
tree | 7901a408ab8435545c2f830cf97b728cbebf15d9 | |
parent | 49bcaf88b86578a2c278798f59fa9f7ccf685262 [diff] |
Localisation updates from http://translatewiki.net. Change-Id: Ic09e71291a2fb7759ec3d56a98299a6146decce7
HostStats is a MediaWiki extension for displaying the host statistics of the server hosting the wiki. The commands that you wish to run and display to the public is configurable with $wgHostStatsCommands
.
To install this extension, either git clone this repository or download one of the git tag tarballs and extract it in the extensions directory. After that, add this to your wiki's LocalSettings.php:
require_once("$IP/extensions/HostStats/HostStats.php");
If you need, you can configure the commands you wish to run and display using $wgHostStatsCommands
. The default is:
$wgHostStatsCommands = array( 'hostname', 'df -h' );
Note: You are configuring this at your own risk! Such commands may accidentally reveal information that an attacker may steal and manipulate to launch an attack against your server!
Proceed directly to the issue tracker and create a new issue. It will be looked at as soon as possible.