Prevent unautorized warning
parent
7745c752d1
commit
7d11f7bd1f
|
@ -33,4 +33,8 @@ namespace {
|
||||||
require __DIR__ . '/src/bootstrap.php';
|
require __DIR__ . '/src/bootstrap.php';
|
||||||
|
|
||||||
$router->run('server_status');
|
$router->run('server_status');
|
||||||
|
|
||||||
|
// By destroying the session the login will show when going to another page
|
||||||
|
session_destroy();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue