cvs: docweb /scripts orphan_notes.php

[email protected] ("Nuno Lopes")
Newsgroups php.doc.web
Message-ID <cvsnlopess1178025750@cvsserver>
nlopess		Tue May  1 13:22:30 2007 UTC

  Modified files:              
    /docweb/scripts	orphan_notes.php 
  Log:
  use https when accessing master.php.net
  
http://cvs.php.net/viewvc.cgi/docweb/scripts/orphan_notes.php?r1=1.2&r2=1.3&diff_format=u
Index: docweb/scripts/orphan_notes.php
diff -u docweb/scripts/orphan_notes.php:1.2 docweb/scripts/orphan_notes.php:1.3
--- docweb/scripts/orphan_notes.php:1.2	Wed Apr  6 17:30:20 2005
+++ docweb/scripts/orphan_notes.php	Tue May  1 13:22:30 2007
@@ -16,7 +16,7 @@
  * | Authors: Nuno Lopes <[email protected]>                                |
  * +----------------------------------------------------------------------+
  *
- * $Id: orphan_notes.php,v 1.2 2005/04/06 17:30:20 nlopess Exp $
+ * $Id: orphan_notes.php,v 1.3 2007/05/01 13:22:30 nlopess Exp $
  */
 
 /*
@@ -121,8 +121,8 @@
 
     foreach($array as $id => $notes) {
         echo '<tr class="old"><td>'.$id.'</td><td>' .
-             preg_replace('/(\d+)/', '<a href="http://master.php.net/manage/user-notes.php?keyword=$1">$1</a>', implode(', ', $notes)) .
-             '</td><td><form action="http://master.php.net/manage/user-notes.php?action=mass" method="post">'.
+             preg_replace('/(\d+)/', '<a href="https://master.php.net/manage/user-notes.php?keyword=$1">$1</a>', implode(', ', $notes)) .
+             '</td><td><form action="https://master.php.net/manage/user-notes.php?action=mass" method="post">'.
              '<input type="hidden" name="step" value="1" /><input type="hidden" name="old_sect" value="' . $id . '" />'.
              '<input type="text" name="new_sect" value="" size="30" maxlength="80" /><input type="submit" value="&gt;" /></form></td></tr>';
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.