remove duplicate code due to merge errors

This commit is contained in:
Uwe Steinmann 2026-05-06 13:52:41 +02:00
parent 3b48541ef0
commit c03e68eb0b

View File

@ -790,7 +790,6 @@ if(($kkk = $this->callHook('getFullSearchEngine')) && is_array($kkk))
<?php $this->showConfigText('settings_loginFailure', 'loginFailure'); ?>
<?php $this->showConfigCheckbox('settings_loginDelay', 'loginDelay'); ?>
<?php $this->showConfigUser('settings_autoLoginUser', 'autoLoginUser', true); ?>
<?php $this->showConfigCheckbox('settings_loginDelay', 'loginDelay'); ?>
<?php $this->showConfigText('settings_quota', 'quota'); ?>
<?php $this->showConfigUser('settings_undelUserIds', 'undelUserIds', true, true); ?>
<?php $this->showConfigText('settings_encryptionKey', 'encryptionKey', 'password'); ?>