Commit:    10a74668fa35eca954a5b96b4a4cafc8ecdea01e
Author:    Anatol Belski <a...@php.net>         Wed, 1 Aug 2018 15:40:07 +0200
Parents:   27298022f1cabe84d70548a7df88d60d03ddaedb
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=10a74668fa35eca954a5b96b4a4cafc8ecdea01e

Log:
Use SSL link by default

Changed paths:
  M  downloads.php


Diff:
diff --git a/downloads.php b/downloads.php
index d0a15c0..9a78bc3 100644
--- a/downloads.php
+++ b/downloads.php
@@ -73,7 +73,7 @@ site_header("Downloads",
         </li>
       <?php endforeach; ?>
       <li>
-        <a href="http://windows.php.net/download#php-<?php echo 
urlencode($mver); ?>">
+        <a href="https://windows.php.net/download#php-<?php echo 
urlencode($mver); ?>">
           Windows downloads
         </a>
       </li>


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

Reply via email to