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

Update functions.php

parent 340c3d59
No related branches found
No related tags found
No related merge requests found
<?php
if ( isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) && 'https' === $_SERVER['HTTP_X_FORWARDED_PROTO'] ) { $_SERVER['HTTPS'] = 'on'; }
//include __DIR__. "/baselinker_functions.php";
if ( file_exists( __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