mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
now that posttohost() supports ssl, we should use https here
This commit is contained in:
@@ -82,7 +82,7 @@ if (count($_POST) && (!isset($_POST['purpose']) || !is_array($_POST['purpose'])
|
||||
// Post the request if there is no error
|
||||
if (!$error) {
|
||||
$error = posttohost(
|
||||
"http://master.php.net/entry/svn-account.php",
|
||||
"https://master.php.net/entry/svn-account.php",
|
||||
array(
|
||||
"username" => $cleaned['id'],
|
||||
"name" => $cleaned['fullname'],
|
||||
|
||||
Reference in New Issue
Block a user