Saeco

[insert_php]
if(is_user_logged_in()) {
print “Admin screen – user is logged in”;
} else {
header(‘Location: https://www.luxmatic.lu/’);
}
[/insert_php]