diff --git a/public.php b/public.php index 03c035b0..9848ffbd 100644 --- a/public.php +++ b/public.php @@ -33,4 +33,8 @@ namespace { require __DIR__ . '/src/bootstrap.php'; $router->run('server_status'); + + // By destroying the session the login will show when going to another page + session_destroy(); + }