Extension:UserDebugInfo

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual
Crystal Clear action run.png
UserDebugInfo

Release status: stable

Implementation Special page
Description Displays the current users User Agent, their hostname and IP address
Author(s) Reedytalk
License No license specified
Download

Translate the UserDebugInfo extension if it is available at translatewiki.net

Check usage and version matrix; code metrics

Installation[edit | edit source]

  1. Download the files from SVN and place them in $IP/extensions/UserDebugInfo/
  2. Add
    require_once("$IP/extensions/UserDebugInfo/UserDebugInfo.php");
    into your wiki's LocalSettings.php