From d8b715d86069f247853565a2fde83d2846e853b0 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Thu, 26 Jul 2018 05:00:27 -0400 Subject: Add "My Groups" page --- app/index.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/index.php') diff --git a/app/index.php b/app/index.php index b0b191f..0a106c2 100644 --- a/app/index.php +++ b/app/index.php @@ -59,6 +59,11 @@ function main(array $argv) : void user::setCurrent(); location("/"); break; + + case "groups": + setPageName("Groups"); + require "view/groups.php"; + break; } /* TODO */ -- cgit v1.2.3