summaryrefslogtreecommitdiffstats
path: root/modules-available/baseconfig/inc/baseconfig.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-11/+14
|
* Moderize Database handlingSimon Rettberg2021-05-111-1/+1
| | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries
* [baseconfig] Overhaul hook systemSimon Rettberg2019-11-051-0/+148
This enables us to finally properly show the inheritance flow of all the config variables when editing the baseconfig for a certain location or machine.