Adjust database, fix bug in munzee.php

master
Skylar Ittner 5 лет назад
Родитель 53aa167e79
Коммит 696abb6641

Двоичные данные
database.mwb

Двоичный файл не отображается.

@ -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));
}
}
}

Загрузка…
Отмена
Сохранить