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 = "";