diff options
author | zottel <github@zottel.net> | 2012-06-02 02:37:20 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-06-02 02:37:20 +0200 |
commit | df2fdf08ddf8cb354022992d4353ced4295b77b3 (patch) | |
tree | 1f850dfb657ddf52a4bf7fe036f81a1d911cfb64 /mod/admin.php | |
parent | 08b335cac0a881b8f19793aaaebc6dacef445643 (diff) | |
parent | 0165d5dd2c8b12a71395cc881910974ddcbaf3fa (diff) | |
download | volse-hubzilla-df2fdf08ddf8cb354022992d4353ced4295b77b3.tar.gz volse-hubzilla-df2fdf08ddf8cb354022992d4353ced4295b77b3.tar.bz2 volse-hubzilla-df2fdf08ddf8cb354022992d4353ced4295b77b3.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'mod/admin.php')
-rw-r--r-- | mod/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/admin.php b/mod/admin.php index d19118b78..6b1a53a30 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -98,7 +98,7 @@ function admin_content(&$a) { 'plugins'=> Array($a->get_baseurl(true)."/admin/plugins/", t("Plugins") , "plugins"), 'themes' => Array($a->get_baseurl(true)."/admin/themes/", t("Themes") , "themes"), 'dbsync' => Array($a->get_baseurl(true)."/admin/dbsync/", t('DB updates'), "dbsync"), - 'update' => Array($a->get_baseurl(true)."/admin/update/", t("Software Update") , "update") + //'update' => Array($a->get_baseurl(true)."/admin/update/", t("Software Update") , "update") ); /* get plugins admin page */ |