summaryrefslogtreecommitdiffstats
path: root/app/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/index.php')
-rw-r--r--app/index.php5
1 files changed, 5 insertions, 0 deletions
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("<i>Groups</i>");
+ require "view/groups.php";
+ break;
}
/* TODO */