This commit is contained in:
2021-04-17 16:04:34 +02:00
parent 8e6b0d3687
commit 52ee54f5f9
7 changed files with 75 additions and 50 deletions

View File

@ -8,8 +8,8 @@ if (isset($_GET['code'])) {
if ($success) {
redirect('index.php');
} else {
die('Echo error authenticating');
quit(get_page_header().'Echo error authenticating');
}
} else {
die('error authenticating: ' . $_GET['error_message']);
quit(get_page_header().'Echo error authenticating: '. $_GET['error_message']);
}