X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=blobdiff_plain;f=authserver%2Fwww%2Fuser_actions.php;h=28852cf4676a02404a7bce4ab0b5ec086f083b35;hp=35b1f8a4daa47fc23c6a55576f671f5a29604d84;hb=5e7f6578979b4f696d271baffb3543f79e88dca8;hpb=da4ac26dcfd94c9f8b7e8e43f50f671bdd94dfd0 diff --git a/authserver/www/user_actions.php b/authserver/www/user_actions.php index 35b1f8a..28852cf 100644 --- a/authserver/www/user_actions.php +++ b/authserver/www/user_actions.php @@ -37,7 +37,7 @@ if(isset($_REQUEST["action"])) { header("Location: index.php"); } else { error_log("login failed, $username, $token"); - header("Location: index.php?message=loginfail"); + header("Location: index.php?error=".urlencode("Login Failed")); } break; case "logout": @@ -49,4 +49,4 @@ if(isset($_REQUEST["action"])) { } } -?> \ No newline at end of file +?>