diff --git a/steamauth/steamauth.php b/steamauth/steamauth.php index 464d833..e15bf80 100644 --- a/steamauth/steamauth.php +++ b/steamauth/steamauth.php @@ -36,14 +36,8 @@ function loginbutton($buttonstyle = "square") { header('Location: '.$steamauth['loginpage']); exit; } else { - ?> - - - window.location.href=\"" . $steamauth['loginpage'] . "\";"; + echo ""; exit; } } else {