Manual:DeleteSelfExternals.php/fi
Appearance
| MediaWiki version: | ≥ 1.23 |
| tiedosto MediaWiki: deleteSelfExternals.php | |
|---|---|
| Sijainti: | maintenance/ |
| Lähdekoodi: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| Sarjat: | DeleteSelfExternals |
Details
deleteSelfExternals.php file is a maintenance script that deletes self-references to $wgServer from the externallinks table.
It processes 1000 items in every batch.
Vaihtoehdot
This script does not take any options.
Käyttö
php maintenance/run.php deleteSelfExternals
Terminal
$ php maintenance/run.php deleteSelfExternals Deleting self externals from http://mediawikidemo.org Deleting a batch
In MediaWiki version 1.43.6 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php instead of php maintenance/run.php scriptName.