From 06096486d4f5a2260e48f5c0cf5fd5af71f30964 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 18 Oct 2011 00:18:21 -0700 Subject: hopefully solve db update issues bug #182 --- mod/admin.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'mod/admin.php') diff --git a/mod/admin.php b/mod/admin.php index ebef1ccb9..f178e67f6 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -5,16 +5,9 @@ */ require_once("include/remoteupdate.php"); -function admin_init(&$a) { - if(!is_site_admin()) { - notice( t('Permission denied.') . EOL); - return; - } -} - function admin_post(&$a){ if(!is_site_admin()) { - return login(false); + return; } // urls @@ -672,7 +665,7 @@ function admin_page_logs(&$a){ function admin_page_remoteupdate_post(&$a) { // this function should be called via ajax post if(!is_site_admin()) { - return login(false); + return; } -- cgit v1.2.3