]> git.mxchange.org Git - friendica.git/commitdiff
removed calls to the remote_update funcions
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 16 Jan 2016 11:45:48 +0000 (12:45 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 16 Jan 2016 11:45:48 +0000 (12:45 +0100)
mod/admin.php

index 52367e8a2c715d0bacabe8056e3ef952b582de20..2c519729e2dc80730a5cbeee7eb94b0729f75d17 100644 (file)
@@ -97,9 +97,6 @@ function admin_post(&$a){
                        case 'dbsync':
                                admin_page_dbsync_post($a);
                                break;
-                       case 'update':
-                               admin_page_remoteupdate_post($a);
-                               break;
                }
        }
 
@@ -142,7 +139,6 @@ function admin_content(&$a) {
                'dbsync' =>     Array($a->get_baseurl(true)."/admin/dbsync/", t('DB updates'), "dbsync"),
                'queue'  =>     Array($a->get_baseurl(true)."/admin/queue/", t('Inspect Queue'), "queue"),
                'federation' => Array($a->get_baseurl(true)."/admin/federation/", t('Federation Statistics'), "federation"),
-               //'update' =>   Array($a->get_baseurl(true)."/admin/update/", t("Software Update") , "update")
        );
 
        /* get plugins admin page */
@@ -203,9 +199,6 @@ function admin_content(&$a) {
                        case 'dbsync':
                                $o = admin_page_dbsync($a);
                                break;
-                       case 'update':
-                               $o = admin_page_remoteupdate($a);
-                               break;
                        case 'queue':
                                $o = admin_page_queue($a);
                                break;