htmlent add encoding, date combined add wrapper for calc date interval for numeric and named index return

This commit is contained in:
Clemens Schwaighofer
2025-04-01 11:27:57 +09:00
parent 969467fa15
commit 9914815285
9 changed files with 110 additions and 28 deletions

View File

@@ -423,14 +423,9 @@ class Login
// LOGOUT TARGET
if (!isset($options['logout_target'])) {
if (defined('LOGOUT_TARGET')) {
trigger_error(
'loginMainCall: LOGOUT_TARGET should not be used',
E_USER_DEPRECATED
);
$options['logout_target'] = LOGOUT_TARGET;
$this->logout_target = $options['logout_target'];
}
// defaults to ''
$options['logout_target'] = '';
$this->logout_target = $options['logout_target'];
}
// *** PASSWORD SETTINGS