summaryrefslogtreecommitdiffstats
path: root/app/class/controller.class.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-05-26Add copyright notice to Scrott class filesMalf Furious1-0/+14
2016-03-05Add verify_ip security assertionMalf Furious1-0/+15
This assertion will be used app-wide. This asserts that the IP address a client uses to conenct to the app is constant throughout the the session's lifetime. This is to detect any session hijacking. If a session suddenly appears to be comming from a different IP address, the session will be killed.
2015-12-08+ Added controller security assertions: require_https and forbid_httpsM1-0/+20
2015-11-21+ Adding abstract controller classM1-0/+17