From 735230c9125314e5a185e82c57cac0ad2e11b996 Mon Sep 17 00:00:00 2001
From: Malf Furious <m@lfurio.us>
Date: Sun, 3 Jan 2016 12:47:30 -0500
Subject: + Added model for Auth MVC

---
 app/model/auth.mod.php | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 app/model/auth.mod.php

(limited to 'app/model')

diff --git a/app/model/auth.mod.php b/app/model/auth.mod.php
new file mode 100644
index 0000000..9c356e2
--- /dev/null
+++ b/app/model/auth.mod.php
@@ -0,0 +1,15 @@
+<?php
+
+require_once "model/common.mod.php";
+
+class AuthModel extends CommonModel
+{
+    /*
+     * Default action
+     */
+    function deflt()
+    {
+    }
+}
+
+?>
-- 
cgit v1.2.3