mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-27 14:03:18 -04:00
add options to index
This commit is contained in:
committed by
GitHub
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user