summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/includes/restfunctions.php
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-01-23 13:53:41 +0100
committerRamón M. Gómez <ramongomez@us.es>2019-01-23 13:53:41 +0100
commitb6ec1628ae6ccee712ded44c4aab63c993b6f5b5 (patch)
tree33acc55daff717c0a01b15a9cbe1a1f51d22d65c /admin/WebConsole/includes/restfunctions.php
parent8c7b3746124eb8ced825a20ab8dd17b573d2e2c1 (diff)
#834: Remove all redundant PHP closing tags.
Diffstat (limited to 'admin/WebConsole/includes/restfunctions.php')
-rw-r--r--admin/WebConsole/includes/restfunctions.php2
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;
}
-?>
+