Manual:FixExtLinksProtocolRelative.php/fi
MediaWiki version: | ≥ 1.18 |
tiedosto MediaWiki: fixExtLinksProtocolRelative.php | |
---|---|
Sijainti: | maintenance/ |
Lähdekoodi: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Sarjat: | FixExtLinksProtocolRelative |
Details
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.
Vaihtoehdot
This script does not accept any options.
Käyttö
php maintenance/fixExtLinksProtocolRelative.php
Terminal
$ php maintenance/fixExtLinksProtocolRelative.php Fixing protocol-relative entries in the externallinks table... Done, 12 rows updated.