From: Roland Häder Date: Fri, 13 Apr 2018 23:41:37 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=7bebe43952fab41a2bae128190ec7e215b7580e2 Continued: - ops, did not append 's' to 'http' Signed-off-by: Roland Häder --- 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