Manual:FixExtLinksProtocolRelative.php/pl

Wersja MediaWiki:
1.18
Category:MediaWiki code/pl#FixExtLinksProtocolRelative.php

Szczegóły

fixExtLinksProtocolRelative.php file is a maintenance script to fix any entries for protocol-relative URLs in the externallinks table, replacing each protocol-relative entry with two entries, one for HTTP and one for HTTPS.

Options

This script does not accept any options.

Usage

php maintenance/run.php fixExtLinksProtocolRelative
Terminal
In MediaWiki version 1.39.12 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also

Category:Maintenance scripts/pl Category:Content maintenance scripts/pl
Category:Content maintenance scripts/pl Category:Maintenance scripts/pl Category:MediaWiki code/pl