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 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";