1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Change mailing list submit URL to use HTTPS

The mailing list URL "http://main.php.net/entry/subscribe.php" was not using "https://main.php.net/entry/subscribe.php" and thus was failing.

Closes GH-426.
This commit is contained in:
Mike Schinkel
2021-07-23 01:13:19 -04:00
committed by GitHub
parent 40840e3c3f
commit 264eb72b0c

View File

@@ -72,7 +72,7 @@ if (isset($_POST['action'])) {
// Get in contact with main server to [un]subscribe the user
$result = posttohost(
"http://main.php.net/entry/subscribe.php",
"https://main.php.net/entry/subscribe.php",
array(
"request" => $request,
"email" => $_POST['email'],