diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2019-01-23 13:53:41 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2019-01-23 13:53:41 +0100 |
commit | b6ec1628ae6ccee712ded44c4aab63c993b6f5b5 (patch) | |
tree | 33acc55daff717c0a01b15a9cbe1a1f51d22d65c /admin/WebConsole/includes/restfunctions.php | |
parent | 8c7b3746124eb8ced825a20ab8dd17b573d2e2c1 (diff) |
#834: Remove all redundant PHP closing tags.
Diffstat (limited to 'admin/WebConsole/includes/restfunctions.php')
-rw-r--r-- | admin/WebConsole/includes/restfunctions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole/includes/restfunctions.php b/admin/WebConsole/includes/restfunctions.php index 3f91f7f5..374e4f0c 100644 --- a/admin/WebConsole/includes/restfunctions.php +++ b/admin/WebConsole/includes/restfunctions.php @@ -69,4 +69,4 @@ function multiRequest($data, $options=array(CURLOPT_SSL_VERIFYHOST => false, CUR return $result; } -?> + |