diff options
author | Malf Furious <m@lfurio.us> | 2018-09-19 16:12:15 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-09-19 16:12:15 -0400 |
commit | 5a086d1592c43b8259f988e9e7f6f167318252ef (patch) | |
tree | 782d36c88f694af329f9a4d31f645dd62a0d8552 /app/view | |
parent | 866c16abdce264362edb7f5a3c35e7bab9ddf2a5 (diff) | |
download | scrott-5a086d1592c43b8259f988e9e7f6f167318252ef.tar.gz scrott-5a086d1592c43b8259f988e9e7f6f167318252ef.zip |
settings: Implement user tab form submission
Diffstat (limited to 'app/view')
-rw-r--r-- | app/view/settings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/view/settings.php b/app/view/settings.php index 0d7d011..9208f4c 100644 --- a/app/view/settings.php +++ b/app/view/settings.php @@ -14,6 +14,7 @@ namespace settings; +require_once "model/settings.php"; require_once "view/formctrl.php"; require_once "view/datalsts.php"; require_once "class/obj.class.php"; |