another attempt

This commit is contained in:
Yiğit Kerem Oktay 2020-08-17 17:20:43 +03:00 committed by GitHub
parent 8a91605869
commit b164d66df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -92,13 +92,13 @@ else{
require_once("new-user.php");
break;
case 'logout':
User::logout();
break;
case 'options':
require_once("options.php");
break;
case 'logout':
User::logout();
break;
default:
require_once("dashboard.php");