Manual:CleanupRemovedModules.php/de
MediaWiki-Datei: cleanupRemovedModules.php | |
---|---|
Speicherort: | maintenance/ |
Quellcode: | master • 1.43.0 • 1.42.5 • 1.39.11 |
Klassen: | CleanupRemovedModules |
Details
cleanupRemovedModules.php file is a maintenance script to remove cache entries from ResourceLoader modules no longer being used within the database.
Optionen/Argumente
Dieses Skript nimmt keine Optionen oder Argumente als Eingabe an.
Verwendung
php maintenance/run.php cleanupRemovedModules
Terminal
$ php maintenance/run.php cleanupRemovedModules
In MediaWiki version 1.39.10 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php
instead of php maintenance/run.php scriptName
.