bjori                                    Mon, 27 Jun 2011 22:48:53 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=312539

Log:
use https to fetch data from static.php.net

Changed paths:
    U   SVNROOT/header.ezt

Modified: SVNROOT/header.ezt
===================================================================
--- SVNROOT/header.ezt  2011-06-27 22:31:08 UTC (rev 312538)
+++ SVNROOT/header.ezt  2011-06-27 22:48:53 UTC (rev 312539)
@@ -5,9 +5,9 @@
   <title>[if-any rootname][[][rootname]][else]ViewVC[end] [page_title]</title>
   <meta name="generator" content="ViewVC [vsn]" />
   <link rel="stylesheet" href="[docroot]/styles.css" type="text/css" />
-  <link rel="stylesheet" 
href="http://static.php.net/www.php.net/styles/site.css"; />
-  <link rel="stylesheet" 
href="http://static.php.net/www.php.net/styles/phpnet.css"; />
-  <link rel="shortcut icon" 
href="http://static.php.net/www.php.net/favicon.ico"; />
+  <link rel="stylesheet" 
href="https://static.php.net/www.php.net/styles/site.css"; />
+  <link rel="stylesheet" 
href="https://static.php.net/www.php.net/styles/phpnet.css"; />
+  <link rel="shortcut icon" 
href="https://static.php.net/www.php.net/favicon.ico"; />
   <style type="text/css">
 .paddinghack { margin-left: 5px; margin-top: 5px; }
   </style>
@@ -17,7 +17,7 @@
 <div>
 <table border="0" cellspacing="0" cellpadding="0" width="100%">
  <tr bgcolor="#9999cc">
-  <td align="left" rowspan="2"><a href="/"><img 
src="http://static.php.net/www.php.net/images/php.gif"; alt="PHP" width="120" 
height="67" hspace="3" /></a></td>
+  <td align="left" rowspan="2"><a href="/"><img 
src="https://static.php.net/www.php.net/images/php.gif"; alt="PHP" width="120" 
height="67" hspace="3" /></a></td>
   <td>&nbsp;</td>
  </tr>
  <tr bgcolor="#9999cc">

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

Reply via email to