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