Skip to content

Commit 264eb72

Browse files
authored
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 phpGH-426.
1 parent 40840e3 commit 264eb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailing-lists.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
// Get in contact with main server to [un]subscribe the user
7474
$result = posttohost(
75-
"http://main.php.net/entry/subscribe.php",
75+
"https://main.php.net/entry/subscribe.php",
7676
array(
7777
"request" => $request,
7878
"email" => $_POST['email'],

0 commit comments

Comments
 (0)