From: Michael Vogel Date: Thu, 3 Oct 2013 11:41:08 +0000 (+0200) Subject: pumpio: no redirection after successfull authentification. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=88a0cac5a6c9a5ee741dd2571dc0dfce4dd876a2;p=friendica-addons.git pumpio: no redirection after successfull authentification. --- diff --git a/pumpio/pumpio.php b/pumpio/pumpio.php index 89f39ca0..4bab7be5 100755 --- a/pumpio/pumpio.php +++ b/pumpio/pumpio.php @@ -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 .= '
'.t("return to the connector page").''; } else {