summaryrefslogtreecommitdiffstats
path: root/app/model/deauth.mod.php (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2016-10-22Deprecate application codeMalf Furious1-31/+0
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design.
2016-05-27Add copyright notice to Scrott model filesMalf Furious1-0/+14
2016-03-05Add Deauth modelMalf Furious1-0/+17
Deauth is the MVC used to de-authenticate a session -- logout. This MVC will have no views.