mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-06-25 05:25:32 -04:00
add options to index
This commit is contained in:
parent
169b165b5d
commit
a07ee2131a
@ -96,6 +96,10 @@ else{
|
||||
User::logout();
|
||||
break;
|
||||
|
||||
case 'options':
|
||||
require_once("options.php");
|
||||
break;
|
||||
|
||||
default:
|
||||
require_once("dashboard.php");
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user