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

Replace master -> main in more places

This commit is contained in:
Nikita Popov
2021-04-06 15:42:28 +02:00
parent 1d4be620ad
commit 16f4045cf0
3 changed files with 3 additions and 3 deletions

View File

@@ -87,7 +87,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://main.php.net/entry/svn-account.php",
array(
"username" => $cleaned['id'],
"name" => $cleaned['fullname'],