summaryrefslogtreecommitdiffstats
path: root/app/view/deleteaccount.php
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2018-09-21 22:42:41 -0400
committerMalf Furious <m@lfurio.us>2018-09-21 22:42:41 -0400
commita6f8c82fa4ea831e8a87cf5860f44f84ae68950d (patch)
tree1011f746c572baec1082d15fddee67c078fe4865 /app/view/deleteaccount.php
parentca89b1b60fc198be1fa01a4b1499c9c75cdfdc85 (diff)
downloadscrott-a6f8c82fa4ea831e8a87cf5860f44f84ae68950d.tar.gz
scrott-a6f8c82fa4ea831e8a87cf5860f44f84ae68950d.zip
deleteaccount: Implement form handler
Diffstat (limited to '')
-rw-r--r--app/view/deleteaccount.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/view/deleteaccount.php b/app/view/deleteaccount.php
index 857799e..37c35a0 100644
--- a/app/view/deleteaccount.php
+++ b/app/view/deleteaccount.php
@@ -12,6 +12,7 @@
* For more information, please refer to UNLICENSE
*/
+require_once "model/deleteaccount.php";
require_once "view/stdpage.php";
require_once "view/formctrl.php";