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:
@@ -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'],
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user