aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ws_checker.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/ws_checker.php')
-rw-r--r--admin/ws_checker.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/admin/ws_checker.php b/admin/ws_checker.php
index a95f4c8b8..82a188181 100644
--- a/admin/ws_checker.php
+++ b/admin/ws_checker.php
@@ -145,25 +145,9 @@ include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
check_status(ACCESS_ADMINISTRATOR);
-// FIXME would be in migration process but could stay here
-// Config parameters
-if (!isset($conf['ws_status']))
-{
- $conf['ws_status'] = false;
-
- $query = '
- INSERT INTO '.CONFIG_TABLE.'
- (param,value,comment)
- VALUES
- (\'ws_status\', \'false\', \'Web Service status\' )
- ;';
- pwg_query($query);
-}
-
// accepted queries
$req_type_list = official_req();
-
//--------------------------------------------------------- update informations
// Is status temporary changed?