From 88a0cac5a6c9a5ee741dd2571dc0dfce4dd876a2 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 3 Oct 2013 13:41:08 +0200 Subject: [PATCH] pumpio: no redirection after successfull authentification. --- pumpio/pumpio.php | 3 --- 1 file changed, 3 deletions(-) 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 {