From 2db9b497bd7047a601413fe585984e77b45f75f2 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 29 Aug 2018 17:55:36 +0000 Subject: [PATCH] removed code --- pumpio/pumpio.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pumpio/pumpio.php b/pumpio/pumpio.php index 60d1807b..9960ec56 100644 --- a/pumpio/pumpio.php +++ b/pumpio/pumpio.php @@ -138,10 +138,6 @@ function pumpio_registerclient(App $a, $host) function pumpio_connect(App $a) { - // Start a session. This is necessary to hold on to a few keys the callback script will also need - // Currently disabled, since a session is already running - //session_start(); - // Define the needed keys $consumer_key = PConfig::get(local_user(), 'pumpio', 'consumer_key'); $consumer_secret = PConfig::get(local_user(), 'pumpio', 'consumer_secret'); -- 2.20.1