]> git.mxchange.org Git - friendica-addons.git/commitdiff
pumpio: no redirection after successfull authentification.
authorMichael Vogel <icarus@dabo.de>
Thu, 3 Oct 2013 11:41:08 +0000 (13:41 +0200)
committerMichael Vogel <icarus@dabo.de>
Thu, 3 Oct 2013 11:41:08 +0000 (13:41 +0200)
pumpio/pumpio.php

index 89f39ca07a700ff44e5edd07d7ab8963f7ac35b9..4bab7be5b77503ccc47ecc816bcba75999d13fec 100755 (executable)
@@ -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 {