From 88aadf3804d5719788245061f9c40ff5ec7bad64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Sun, 11 Jun 2017 00:43:06 +0200 Subject: [PATCH] Use HTTPS for the www.cakephp.org URL Do not change those in tests. --- app/View/Layouts/default.ctp | 2 +- app/View/Layouts/error.ctp | 2 +- lib/Cake/Console/Templates/skel/View/Layouts/default.ctp | 2 +- lib/Cake/Console/Templates/skel/View/Layouts/error.ctp | 2 +- lib/Cake/Network/CakeResponse.php | 4 ++-- lib/Cake/Network/Http/HttpSocket.php | 4 ++-- lib/Cake/TestSuite/templates/footer.php | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/View/Layouts/default.ctp b/app/View/Layouts/default.ctp index d8925255d..2f8d3cb8e 100644 --- a/app/View/Layouts/default.ctp +++ b/app/View/Layouts/default.ctp @@ -49,7 +49,7 @@ $cakeVersion = __d('cake_dev', 'CakePHP %s', Configure::version())