This commit is contained in:
2026-08-18 19:43:40 +02:00
parent 6fb5cc5c35
commit febf0f9ae5
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -282,6 +282,10 @@ export default (router, tpl) => {
totals: await lib.countf0cks(),
session: req.session,
manual_approval: getManualApproval(),
min_tags: getMinTags(),
trusted_uploads: getTrustedUploads(),
registration_open: getRegistrationOpen(),
registration_web_toggle_enabled: cfg.websrv.open_registration_web_toggle !== false,
log_user_ips: getLogUserIps(),
hash_user_ips: getHashUserIps(),
enable_cleanup: getEnableCleanup(),