1
0
Fork 0

Use addons config entries instead of the addon table

This commit is contained in:
Philipp Holzer 2023-01-03 20:24:48 +01:00
commit 13b234d279
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
7 changed files with 294 additions and 39 deletions

View file

@ -52,10 +52,6 @@ return [
// Enter 0 for no time limit.
'account_abandon_days' => 0,
// addon (Comma-separated list)
// Manual list of addons which are enabled on this system.
'addon' => '',
// add_missing_posts (boolean)
// Checks for missing entries in "post", "post-thread" or "post-thread-user" and creates them
'add_missing_posts' => false,