Warning: Cannot modify header information - headers already sent by (output started at /var/www/jonas-eriksen.dk/pic/private/index.php:1) in /var/www/jonas-eriksen.dk/pic/private/index.php on line 215
passwordResetCheck();
if (!$admin->admin_level(0)) {
header("location: /static/401.php");
die();
}
if (isset($_POST['consentButton'])) {
getConsent($_POST['name'], $_POST['adress'], $_POST['zip'], $_POST['mail'], $_POST['phone'], $_POST['date'],
$_POST['year'], $logoName, $companySlogan, $companyLink, $companyName);
}
$profile = $user->getUser($_GET['user']);
include('../static/header.php');
?>