From 340c3d591589c954967d7a840c99f8a26b4b0229 Mon Sep 17 00:00:00 2001
From: Grzegorz Rola <grola@seostudio.pl>
Date: Thu, 12 May 2022 10:52:10 +0000
Subject: [PATCH] Update functions.php

---
 functions.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/functions.php b/functions.php
index e35e9bf..2b99659 100644
--- a/functions.php
+++ b/functions.php
@@ -1,7 +1,6 @@
 <?php
 
 //include __DIR__. "/baselinker_functions.php";
-if ( isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) && 'https' === $_SERVER['HTTP_X_FORWARDED_PROTO'] ) { $_SERVER['HTTPS'] = 'on'; }
 
 if ( file_exists( __DIR__. '/functions_add.php' ) ) {
 	include __DIR__ . '/functions_add.php';
-- 
GitLab