1
0
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:
Rasmus Lerdorf
2012-01-22 02:46:15 +00:00
parent e6319f880f
commit 52af0c2fe2
5 changed files with 7 additions and 7 deletions

View File

@@ -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";
}