]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commit
Minimize config/config.php and put settings in DB. This is work in progress.
authorBram Matthys <redacted>
Fri, 21 Apr 2023 07:39:44 +0000 (09:39 +0200)
committerBram Matthys <redacted>
Fri, 21 Apr 2023 07:39:44 +0000 (09:39 +0200)
commitb41fa16f3b8d92027ef703b955298443230e716a
tree0fc1f479cde108fcd74529c2f60748dc8a132f90
parente37b0621007b4d9866287d19fd2868128597cfff
Minimize config/config.php and put settings in DB. This is work in progress.

config/config.php is no longer meant to be edited by hand and will
only contain the bare minimum of config that needs to be in a file.
All the rest will be in the DB (either SQL or db file).

Various todo items and actual db-based settings read/write untested.
common.php
plugins/file_auth/file_auth.php
plugins/sql_auth/SQL/settings.php
plugins/sql_auth/setup.php
plugins/sql_auth/sql_auth.php
settings/install.php