new navigation tree

desing optimization
language fixes
This commit is contained in:
2024-03-05 22:59:15 +01:00
parent 5492bda6d2
commit 76ecb7d978
12 changed files with 61 additions and 67 deletions

View File

@ -104,7 +104,10 @@ class Security
}
if ( str_contains( $_SERVER['REQUEST_URI'], $hideLogin ) !== false ) {
$user_login = '';
$user_login = '';
if (!isset($error)) {
$error = '';
}
$_REQUEST['redirect_to'] = 'interner-bereich';
require_once 'wp-login.php';
die();