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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

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;