pumpio: no redirection after successfull authentification.
parent
150db7e816
commit
88a0cac5a6
|
@ -163,9 +163,6 @@ function pumpio_connect(&$a) {
|
|||
|
||||
if($success) {
|
||||
logger("pumpio_connect: authenticated");
|
||||
|
||||
header("Location: ".$a->get_baseurl()."/settings/connectors");
|
||||
|
||||
$o .= t("You are now authenticated to pumpio.");
|
||||
$o .= '<br /><a href="'.$a->get_baseurl().'/settings/connectors">'.t("return to the connector page").'</a>';
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue