From 7bebe43952fab41a2bae128190ec7e215b7580e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 14 Apr 2018 01:41:37 +0200 Subject: [PATCH] Continued: - ops, did not append 's' to 'http' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- framework/bootstrap/class_FrameworkBootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/bootstrap/class_FrameworkBootstrap.php b/framework/bootstrap/class_FrameworkBootstrap.php index 490e4079..a0ab9ba6 100644 --- a/framework/bootstrap/class_FrameworkBootstrap.php +++ b/framework/bootstrap/class_FrameworkBootstrap.php @@ -506,7 +506,7 @@ final class FrameworkBootstrap { // Do we have HTTPS? if (self::isHttpSecured()) { // Add the >s< for HTTPS - $protocol = 's'; + $protocol = 'https'; } // END - if // Construct the full URL and secure it against CSRF attacks -- 2.39.2