diff options
author | Malf Furious <m@lfurio.us> | 2018-09-21 22:42:41 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-09-21 22:42:41 -0400 |
commit | a6f8c82fa4ea831e8a87cf5860f44f84ae68950d (patch) | |
tree | 1011f746c572baec1082d15fddee67c078fe4865 /app/view | |
parent | ca89b1b60fc198be1fa01a4b1499c9c75cdfdc85 (diff) | |
download | scrott-a6f8c82fa4ea831e8a87cf5860f44f84ae68950d.tar.gz scrott-a6f8c82fa4ea831e8a87cf5860f44f84ae68950d.zip |
deleteaccount: Implement form handler
Diffstat (limited to 'app/view')
-rw-r--r-- | app/view/deleteaccount.php | 1 |
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"; |