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