Server Info basic layout
This commit is contained in:
@@ -9,6 +9,7 @@ $router->setDefault(function(){
|
||||
//Pages
|
||||
$router->any('/', 'Log');
|
||||
$router->any('/log', 'Log');
|
||||
$router->any('/server', 'Server');
|
||||
$router->any('/login', 'Login');
|
||||
$router->any('/logout', 'Logout');
|
||||
$router->any('/automation', 'Automation');
|
||||
|
Reference in New Issue
Block a user