<?php
if(array_key_exists('HTTP_X_FORWARDED_PROTO', $_SERVER) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https'){
$_SERVER['HTTPS'] = 'On';
}
function set_time_limit(int $time_limit)
{
error_log('Tried to use set_time_limit which is a disabled function, this is not allowed.');
}
?>