Skip to content
Snippets Groups Projects
Commit 70b6ce52 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Update functions.php

parent f1bbb3d9
No related branches found
No related tags found
No related merge requests found
<?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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment