pumpio: no redirection after successfull authentification.

This commit is contained in:
Michael Vogel 2013-10-03 13:41:08 +02:00
parent 150db7e816
commit 88a0cac5a6
1 changed files with 0 additions and 3 deletions

View File

@ -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 {