Bugfix, allows both "true" an "1" for registration enabled,

main
Yasen Pramatarov 2025-02-06 13:18:19 +02:00
parent cadc7b7750
commit 64d19f61f2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
*/ */
// registration is allowed, go on // registration is allowed, go on
if ($config['registration_enabled'] === true) { if ($config['registration_enabled'] == true) {
try { try {