summaryrefslogtreecommitdiffstats
path: root/app/index.php
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2018-09-21 01:21:55 -0400
committerMalf Furious <m@lfurio.us>2018-09-21 01:21:55 -0400
commit3424ebde9147ab5838c0433d6723c0d8b0d66c8c (patch)
tree7557808cab08003f831b9abc5aa9874c1e7de079 /app/index.php
parent9a95bda08c3e7077bf37f684c1e478bcd659eebd (diff)
downloadscrott-3424ebde9147ab5838c0433d6723c0d8b0d66c8c.tar.gz
scrott-3424ebde9147ab5838c0433d6723c0d8b0d66c8c.zip
deleteaccount: Add view
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 a40f8c1..1b9b15a 100644
--- a/app/index.php
+++ b/app/index.php
@@ -60,6 +60,11 @@ function main(array $argv) : void
location("/");
break;
+ case "deleteaccount":
+ setPageName("<i>Leaving Scrott</i>");
+ require "view/deleteaccount.php";
+ break;
+
case "groups":
setPageName("<i>Groups</i>");
require "view/groups.php";