diff --git a/admin/index.php b/admin/index.php index 932c8ed..47d5c3d 100644 --- a/admin/index.php +++ b/admin/index.php @@ -95,7 +95,11 @@ else{ case 'logout': User::logout(); break; - + + case 'options': + require_once("options.php"); + break; + default: require_once("dashboard.php"); break;