1
0
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:
Ferenc Kovacs
2012-08-05 21:52:37 +02:00
parent 855e5f7a7f
commit 1511842d06
4 changed files with 4 additions and 4 deletions

View File

@@ -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'],