add options to index

This commit is contained in:
Yiğit Kerem Oktay
2020-08-17 16:54:12 +03:00
committed by GitHub
parent 169b165b5d
commit a07ee2131a
+5 -1
View File
@@ -95,7 +95,11 @@ else{
case 'logout':
User::logout();
break;
case 'options':
require_once("options.php");
break;
default:
require_once("dashboard.php");
break;