summaryrefslogtreecommitdiffstats
path: root/application
AgeCommit message (Collapse)AuthorFilesLines
2010-08-31Added fatal error to Session class when no encryption key is set in the ↵Derek Jones1-2/+2
config file, for additional assurance that session manipulation can be prevented
2010-08-12single quotes instead of double quotes by default to prevent PHP from trying ↵Derek Allard1-14/+14
to parse a $ in a password as a variable.
2010-07-22Adding CSRF into configDerek Allard1-0/+11
Adding CSRF token into form open()
2010-07-08fixed a file location in an EOF commentDerek Jones1-1/+1
2010-03-25added .htaccess to application and system folder to help prevent public ↵Derek Jones1-0/+1
access if installed in web root
2010-03-25moved application folder outside of the system folderDerek Jones30-0/+1345