]> git.mxchange.org Git - friendica-addons.git/commitdiff
Pumpio: Showing the side menu in the connection process.
authorMichael Vogel <icarus@dabo.de>
Sat, 3 May 2014 09:53:48 +0000 (11:53 +0200)
committerMichael Vogel <icarus@dabo.de>
Sat, 3 May 2014 09:53:48 +0000 (11:53 +0200)
pumpio/pumpio.php

index 0c7f31729ef160fb44d4fd18ee08ce62ec9673a9..367879e61f8cedca0737cd053591e6417d37a997 100755 (executable)
@@ -39,10 +39,8 @@ function pumpio_content(&$a) {
                return '';
        }
 
-       if (function_exists("apc_delete")) {
-               $toDelete = new APCIterator('user', APC_ITER_VALUE);
-               apc_delete($toDelete);
-       }
+       require_once("mod/settings.php");
+       settings_init($a);
 
        if (isset($a->argv[1]))
                switch ($a->argv[1]) {
@@ -323,7 +321,7 @@ function pumpio_settings_post(&$a,&$b) {
                        set_pconfig(local_user(),'pumpio','mirror',$_POST['pumpio_mirror']);
                        set_pconfig(local_user(),'pumpio','post_by_default',intval($_POST['pumpio_bydefault']));
 
-                       header("Location: ".$a->get_baseurl()."/pumpio/connect");
+                       //header("Location: ".$a->get_baseurl()."/pumpio/connect");
                }
        }
 }