Manual:$wgCommandLineMode/de-formal

This page is a translated version of the page Manual:$wgCommandLineMode and the translation is 11% complete.
Maintenance scripts setting: $wgCommandLineMode
Indicates whether MW is running in command-line mode. Should never be set manually!
Eingeführt in Version:1.3.0
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(boolean)
Standardwert:Automatically calculated

Details

This flag is automatically set to false in DefaultSettings.php if it has not already been set by this time. It is set to true in certain maintenance scripts that may be run from the command line.

  Warning: This setting should never be set manually, as it can mess with the way MediaWiki works.