Handbuch:deleteSelfExternals.php

This page is a translated version of the page Manual:DeleteSelfExternals.php and the translation is 75% complete.
MediaWiki Version:
1.23

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.

Optionen

Dieses Skript nimmt keine Optionen an.

Verwendung

php maintenance/run.php deleteSelfExternals
Terminal
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.

Siehe auch