mirror of
https://github.com/php/web-master.git
synced 2026-03-25 16:22:15 +01:00
Updated existing `*.php.net` absolute URLs to use `https://`. This includes redirects, links, and image source URLs to `php.net`, `people.php.net`, and `bugs.php.net`, all of which redirect to HTTPS. Updating the hardcoded URLs from `http://` to `https://` should reduce the slight change of MITM that intercept the redirect response from `http://` URLs.
3 lines
44 B
PHP
3 lines
44 B
PHP
<?php
|
|
header("Location: https://php.net/");
|