diff --git a/admin.php b/admin.php index eb6d07931..619cd62ea 100644 --- a/admin.php +++ b/admin.php @@ -96,10 +96,6 @@ $template->assign( 'U_ADMIN'=> PHPWG_ROOT_PATH.'admin.php' ) ); -if ($conf['ws_access_control']) // Do we need to display ws_checker -{ - $template->assign('U_WS_CHECKER', $link_start.'ws_checker' ); -} //---------------------------------------------------------------- plugin menus $plugin_menu_links = trigger_event('get_admin_plugin_menu_links', array() ); diff --git a/admin/include/functions_upgrade.php b/admin/include/functions_upgrade.php index 7e9a93aef..06bba375a 100644 --- a/admin/include/functions_upgrade.php +++ b/admin/include/functions_upgrade.php @@ -71,14 +71,13 @@ function prepare_conf_upgrade() define('TAGS_TABLE', $prefixeTable.'tags'); define('IMAGE_TAG_TABLE', $prefixeTable.'image_tag'); define('PLUGINS_TABLE', $prefixeTable.'plugins'); - define('WEB_SERVICES_ACCESS_TABLE', $prefixeTable.'ws_access'); define('OLD_PERMALINKS_TABLE', $prefixeTable.'old_permalinks'); } // Create empty local files to avoid log errors -function create_empty_local_files() +function create_empty_local_files() { - $files = + $files = array ( PHPWG_ROOT_PATH . 'template-common/local-layout.css', PHPWG_ROOT_PATH . 'template/yoga/local-layout.css' diff --git a/admin/template/yoga/admin.tpl b/admin/template/yoga/admin.tpl index 7aae91c39..7aba18541 100644 --- a/admin/template/yoga/admin.tpl +++ b/admin/template/yoga/admin.tpl @@ -84,9 +84,6 @@ jQuery().ready(function(){ldelim}
  • {'History'|@translate}
  • {'Maintenance'|@translate}
  • {'Advanced_features'|@translate}
  • - {if isset($U_WS_CHECKER) } -
  • {'web_services'|@translate}
  • - {/if}
  • {'Plugins'|@translate}