mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-04-17 08:48:30 -04:00
add options to index
This commit is contained in:
parent
169b165b5d
commit
a07ee2131a
@ -95,7 +95,11 @@ else{
|
||||
case 'logout':
|
||||
User::logout();
|
||||
break;
|
||||
|
||||
|
||||
case 'options':
|
||||
require_once("options.php");
|
||||
break;
|
||||
|
||||
default:
|
||||
require_once("dashboard.php");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user