From ac41b82579cbe231b33fdc13f93d7f284965cf0c Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 Sep 2025 10:14:38 +0200 Subject: [PATCH] Update index.php --- templates/tibiacom/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/tibiacom/index.php b/templates/tibiacom/index.php index 5812b1cf..1bfe6164 100644 --- a/templates/tibiacom/index.php +++ b/templates/tibiacom/index.php @@ -102,14 +102,14 @@ if(isset($config['boxes'])) } function LoginButtonAction() { - if(loginStatus == "false") { + if(loginStatus === "false") { window.location = ""; } else { window.location = ""; } } function LoginstatusTextAction(source) { - if(loginStatus == "false") { + if(loginStatus === "false") { window.location = ""; } else { window.location = "";