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

Update functions.php

parent 70b6ce52
No related branches found
No related tags found
No related merge requests found
<?php <?php
//include __DIR__. "/baselinker_functions.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' ) ) { if ( file_exists( __DIR__. '/functions_add.php' ) ) {
include __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.
Finish editing this message first!
Please register or to comment