Author: Rasmus Lerdorf (rlerdorf)
Date: 2021-04-05T21:56:10-07:00

Commit: 
https://github.com/php/web-php/commit/1d4be620ad4b4f44d91d780ba78980c362fad29a
Raw diff: 
https://github.com/php/web-php/commit/1d4be620ad4b4f44d91d780ba78980c362fad29a.diff

Remove references to master.php.net

Changed paths:
  M  include/shared-manual.inc
  M  mailing-lists.php
  M  submit-event.php


Diff:

diff --git a/include/shared-manual.inc b/include/shared-manual.inc
index 47fa00e31..64241731c 100644
--- a/include/shared-manual.inc
+++ b/include/shared-manual.inc
@@ -277,21 +277,21 @@ VOTEDIV;
         $admin = "\n  <span class=\"admin\">\n   " .
 
         make_popup_link(
-            'https://master.php.net/manage/user-notes.php?action=edit+' . $id,
+            'https://main.php.net/manage/user-notes.php?action=edit+' . $id,
             '<img src="/images/[email protected]" height="12" width="12" 
alt="edit note">',
             'admin',
             'scrollbars=yes,width=650,height=400'
         ) . "\n   " .
 
         make_popup_link(
-            'https://master.php.net/manage/user-notes.php?action=reject+' . 
$id,
+            'https://main.php.net/manage/user-notes.php?action=reject+' . $id,
             '<img src="/images/[email protected]" height="12" width="12" 
alt="reject note">',
             'admin',
             'scrollbars=no,width=300,height=200'
         ) . "\n   " .
 
         make_popup_link(
-            'https://master.php.net/manage/user-notes.php?action=delete+' . 
$id,
+            'https://main.php.net/manage/user-notes.php?action=delete+' . $id,
             '<img src="/images/[email protected]" height="12" width="12" 
alt="delete note">',
             'admin',
             'scrollbars=no,width=300,height=200'
diff --git a/mailing-lists.php b/mailing-lists.php
index 7a80a4e11..14a1e9da8 100644
--- a/mailing-lists.php
+++ b/mailing-lists.php
@@ -64,9 +64,9 @@
         }
         $remote_addr = i2c_realip();
 
-        // Get in contact with master server to [un]subscribe the user
+        // Get in contact with main server to [un]subscribe the user
         $result = posttohost(
-            "http://master.php.net/entry/subscribe.php";,
+            "http://main.php.net/entry/subscribe.php";,
             array(
                 "request"  => $request,
                 "email"    => $_POST['email'],
diff --git a/submit-event.php b/submit-event.php
index 94b31e151..ba041664d 100644
--- a/submit-event.php
+++ b/submit-event.php
@@ -115,8 +115,8 @@
     }
 
     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";
         }

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to