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(1)) {
$admin->redirect('/static/401.php');
}
if (isset($_POST['resetall'])) {
$admin->forceChangePasswords();
$log->addLog($_SESSION['userId'], "Alle passwords er blevet sat til ændring", "Password", null);
}
include('../static/header.php');
?>