summaryrefslogtreecommitdiffstats
path: root/app/class/setting.class.php (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2016-10-22Deprecate application codeMalf Furious1-90/+0
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design.
2016-05-26Add copyright notice to Scrott class filesMalf Furious1-0/+14
2016-02-07Add in-app administrative setting: settSSLMalf Furious1-0/+18
This is the in-app version of $_SCROTT['settSSL'] system-level setting. Setting::settSSL() overrides $_SCROTT['settSSL'] only if the latter is set to 'neither'. If both are set to 'neither', the app will run on either HTTP or HTTPS depending on how the page was requested.
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