//Copyright (c) 2018 Daniel Bulant. All Rights Reserved. //Using The freesound project, jQuery, fontawesome and more session_start(); if(isset($_SESSION["notifications"])){ $notifications = $_SESSION["notifications"]; } else { $_SESSION["notifications"] = $notification = array(); } if(((isset($_SERVER['HTTPS'])) && (strtolower($_SERVER['HTTPS']) == 'on')) || ((isset($_SERVER['HTTP_X_FORWARDED_PROTO'])) && (strtolower($_SERVER['HTTP_X_FORWARDED_PROTO']) == 'https'))){ } else { header("location: https://os.danbulant.eu"); } ?>
