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:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user