Handbuch:$wgShowIPinHeader
Diese Funktion wurde in der Version 1.27.0 vollständig entfernt. |
Benutzerkonten, Authentifizierung: $wgShowIPinHeader | |
---|---|
Show the IP in the user bar for anonymous users. |
|
Eingeführt in Version: | Vor 1.1.0 |
Entfernt in Version: | 1.27.0 (Gerrit change 239649; git #ea335eb5) |
Erlaubte Werte: | (Wahrheitswert) |
Standardwert: | true |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
Show personal tool links (links to user page and user talk page) for anonymous visitors ("IPs"). Disabling this allows for improved caching, because all anonymous visitors can then be served the exact same version of each page.
If
$wgUseFileCache
is enabled, setting $wgShowIPinHeader
to true does not have any effect. Instead, it is automatically set to false at runtime.