§Fixed
This commit is contained in:
parent
72fb3ede13
commit
80f7f921ce
@ -27,7 +27,7 @@ function get_page_header(
|
||||
$logout_link = '<a href="logout.php" class="logout">Logout</a>';
|
||||
} else {
|
||||
$newpoll_class = 'disabled';
|
||||
$greeting = '<a href="' . $api->getAuthURL() . '">Login with pnut</a>';
|
||||
$greeting = '<a href="' . $api->getAuthURL('?from=' . $_SERVER['REQUEST_URI']) . '">Login with pnut</a>';
|
||||
}
|
||||
$title = '';
|
||||
if ($include_app_name) {
|
||||
|
Loading…
Reference in New Issue
Block a user