Manual:FixExtLinksProtocolRelative.php/de
Appearance
| MediaWiki Version: | ≥ 1.18 |
| MediaWiki-Datei: fixExtLinksProtocolRelative.php | |
|---|---|
| Speicherort: | maintenance/ |
| Quellcode: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| Klassen: | 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.
Optionen
Dieses Skript nimmt keine Optionen an.
Verwendung
php maintenance/run.php fixExtLinksProtocolRelative
Terminal
$ php maintenance/run.php fixExtLinksProtocolRelative Fixing protocol-relative entries in the externallinks table... Done, 12 rows updated.
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.