Manual:CleanupRemovedModules.php/pl
Appearance
| Plik MediaWiki: cleanupRemovedModules.php | |
|---|---|
| Lokalizacja: | maintenance/ |
| Kod źródłowy: | master • 1.44.2 • 1.43.5 • 1.39.15 |
| Klasy: | CleanupRemovedModules |
Details
cleanupRemovedModules.php file is a maintenance script to remove cache entries from ResourceLoader modules no longer being used within the database.
Options/Arguments
This script does not take any options/arguments as input.
Usage
php maintenance/run.php cleanupRemovedModules
Terminal
$ php maintenance/run.php cleanupRemovedModules
In MediaWiki version 1.39.15 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php instead of php maintenance/run.php scriptName.