summaryrefslogtreecommitdiffstats
path: root/app/class/setting.class.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-02-02Add admin setting 'allowPublicSignup'Malf Furious1-0/+13
This setting will be used to decide if the app should allow unauthenticated users to create their own user accounts or if an admin must create them.
2016-02-02Add helper function to Setting classMalf Furious1-0/+17
Added a static helper function to replacing (or inserting) an option value in the database, longhand.
2016-01-01+ Added class file for setting tableMalf Furious1-0/+28