summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/includes/restfunctions.php
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-10-30 15:08:01 +0100
committerRamón M. Gómez <ramongomez@us.es>2019-10-30 15:08:01 +0100
commit7cb1ca81dd7a58c67a730cdc0fa48a5e04812f79 (patch)
treed15179469582d7f2e521bd709ab2d38b1573129e /admin/WebConsole/includes/restfunctions.php
parent15243d40c7eb2e65cfb57499877d9ef8376b521b (diff)
#915: Remove duplicate parameter definitions in `restfunctions.php`.
Diffstat (limited to 'admin/WebConsole/includes/restfunctions.php')
-rw-r--r--admin/WebConsole/includes/restfunctions.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/admin/WebConsole/includes/restfunctions.php b/admin/WebConsole/includes/restfunctions.php
index 5461402f..34c4085c 100644
--- a/admin/WebConsole/includes/restfunctions.php
+++ b/admin/WebConsole/includes/restfunctions.php
@@ -40,10 +40,8 @@ define('OG_REST_PARAM_REPOS', 'repository');
define('OG_REST_PARAM_ID', 'id');
define('OG_REST_PARAM_CODE', 'code');
define('OG_REST_PARAM_PROFILE', 'profile');
-define('OG_REST_PARAM_TYPE', 'type');
define('OG_REST_PARAM_CACHE', 'cache');
define('OG_REST_PARAM_CACHE_SIZE', 'cache_size');
-define('OG_REST_PARAM_CODE', 'code');
define('OG_REST_PARAM_FILE_SYSTEM', 'filesystem');
define('OG_REST_PARAM_SIZE', 'size');
define('OG_REST_PARAM_FORMAT', 'format');
@@ -54,7 +52,6 @@ define('OG_REST_PARAM_DIFF', 'diff');
define('OG_REST_PARAM_REMOVE', 'remove');
define('OG_REST_PARAM_COMPRESS', 'compress');
define('OG_REST_PARAM_CLEANUP', 'cleanup');
-define('OG_REST_PARAM_CACHE', 'cache');
define('OG_REST_PARAM_CLEANUP_CACHE', 'cleanup_cache');
define('OG_REST_PARAM_REMOVE_DST', 'remove_dst');
define('OG_REST_PARAM_PATH', 'path');