commit | c327276d8490eb847953321f08821e12e4276cb3 | [log] [tgz] |
---|---|---|
author | Translation updater bot <l10n-bot@translatewiki.net> | Wed Aug 02 07:46:01 2023 +0200 |
committer | Translation updater bot <l10n-bot@translatewiki.net> | Wed Aug 02 07:46:01 2023 +0200 |
tree | 7c2c03f2c68447b62673f291097cad34d478d24a | |
parent | a0e5f88cea3541ad5894098283f9adc6090fa883 [diff] |
Localisation updates from https://translatewiki.net. Change-Id: I7f38db205130b613b56eb0b4da57b0421d4cd662
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.