diff options
Diffstat (limited to 'admin/WebConsole/includes/restfunctions.php')
-rw-r--r-- | admin/WebConsole/includes/restfunctions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/WebConsole/includes/restfunctions.php b/admin/WebConsole/includes/restfunctions.php index 5c689a70..ec4a323c 100644 --- a/admin/WebConsole/includes/restfunctions.php +++ b/admin/WebConsole/includes/restfunctions.php @@ -230,8 +230,8 @@ function session($string_ips, $params) { common_request(OG_REST_CMD_SESSION, POST, $data); } -function set_mode($scope_name, $mode) { - $data = array(OG_REST_PARAM_SCOPE_NAME => $scope_name, +function set_mode($ip, $mode) { + $data = array(OG_REST_PARAM_CLIENTS => array($ip), OG_REST_PARAM_MODE => $mode); common_request(OG_REST_CMD_MODE, POST, $data); |