summaryrefslogtreecommitdiffstats
path: root/app/model/deleteacct.mod.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/model/deleteacct.mod.php')
-rw-r--r--app/model/deleteacct.mod.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/app/model/deleteacct.mod.php b/app/model/deleteacct.mod.php
new file mode 100644
index 0000000..ca01a0d
--- /dev/null
+++ b/app/model/deleteacct.mod.php
@@ -0,0 +1,15 @@
+<?php
+
+require_once "model/common.mod.php";
+
+class DeleteacctModel extends CommonModel
+{
+ /*
+ * Default action
+ */
+ function deflt()
+ {
+ }
+}
+
+?>