Adjust database, fix bug in munzee.php
This commit is contained in:
parent
53aa167e79
commit
696abb6641
BIN
database.mwb
BIN
database.mwb
Binary file not shown.
@ -17,7 +17,7 @@ if (empty($VARS['code'])) {
|
||||
if ($user->checkPassword($VARS["password"], true)) {
|
||||
$_SESSION["userid"] = User::byUsername($VARS["username"])->getUID();
|
||||
$_SESSION["munzeeauthed"] = true;
|
||||
header("Location: https://api.munzee.com/oauth?response_type=code&client_id=" . $SETTINGS["munzee"]["id"] . "&redirect_uri=" + $SETTINGS["munzee"]["redirecturl"] + "&scope=read capture_light");
|
||||
header("Location: https://api.munzee.com/oauth?response_type=code&client_id=" . $SETTINGS["munzee"]["id"] . "&redirect_uri=" . urlencode($SETTINGS["munzee"]["redirecturl"]) . "&scope=read capture_light");
|
||||
die("OK");
|
||||
}
|
||||
die("Login incorrect.");
|
||||
@ -74,4 +74,4 @@ if (empty($VARS['code'])) {
|
||||
} else {
|
||||
die($Strings->get("Munzee is having problems right now. Try again later.", false));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user