diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-09-11 01:20:25 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-09-11 01:20:25 +0000 |
commit | fdffe42bdc703a9f2391c77ae0256c33a3eac935 (patch) | |
tree | decc2a672549c44ffd25b5c785b2fa809524ced3 /admin/template/yoga/theme | |
parent | 6ddb20d6f096fa51b5e820e1b2e19e93f4df0253 (diff) |
remove ws access table/partners functionality
git-svn-id: http://piwigo.org/svn/trunk@2516 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/yoga/theme')
-rw-r--r-- | admin/template/yoga/theme/admin/themeconf.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/template/yoga/theme/admin/themeconf.inc.php b/admin/template/yoga/theme/admin/themeconf.inc.php index 61c090ebf..41e07b449 100644 --- a/admin/template/yoga/theme/admin/themeconf.inc.php +++ b/admin/template/yoga/theme/admin/themeconf.inc.php @@ -39,7 +39,6 @@ function selected_admin_menu() case 'history': case 'maintenance': case 'advanced_feature': - case 'ws_checker': case 'plugins_list': case 'plugin': return 5; |