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

View File

@@ -94,7 +94,7 @@ if ($process) {
// Post the variables to the central user note script
$result = posttohost(
"http://master.php.net/entry/user-note.php",
"https://main.php.net/entry/user-note.php",
array(
'user' => $user,
'note' => $note,

View File

@@ -12,7 +12,7 @@ $headerset = false;
$BACKpage = htmlspecialchars(isset($_REQUEST['page']) ? $_REQUEST['page'] : '');
$BACKid = htmlspecialchars(isset($_REQUEST['id']) ? $_REQUEST['id'] : '');
$link = "/{$BACKpage}#{$BACKid}";
$master_url = "http://master.php.net/entry/user-notes-vote.php";
$master_url = "https://main.php.net/entry/user-notes-vote.php";
if ($_SERVER['REQUEST_METHOD'] == 'POST') {