mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Remove transitional master2 hostname
This commit is contained in:
@@ -121,7 +121,7 @@ if ($process) {
|
||||
|
||||
if (isset($_POST['action']) && $_POST['action'] === 'Submit' && empty($errors)) {
|
||||
// Submit to master.php.net
|
||||
$result = posttohost("http://master2.php.net/entry/event.php", $_POST);
|
||||
$result = posttohost("https://master.php.net/entry/event.php", $_POST);
|
||||
if ($result) {
|
||||
$errors[] = "There was an error processing your submission: $result";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user