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/rest | |
parent | 8c7b3746124eb8ced825a20ab8dd17b573d2e2c1 (diff) |
#834: Remove all redundant PHP closing tags.
Diffstat (limited to 'admin/WebConsole/rest')
-rw-r--r-- | admin/WebConsole/rest/common.php | 2 | ||||
-rw-r--r-- | admin/WebConsole/rest/index.php | 2 | ||||
-rw-r--r-- | admin/WebConsole/rest/ogagent.php | 2 | ||||
-rw-r--r-- | admin/WebConsole/rest/remotepc.php | 2 | ||||
-rw-r--r-- | admin/WebConsole/rest/repository.php | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/admin/WebConsole/rest/common.php b/admin/WebConsole/rest/common.php index 65ee5f80..d26acc4b 100644 --- a/admin/WebConsole/rest/common.php +++ b/admin/WebConsole/rest/common.php @@ -294,4 +294,4 @@ $app->get('/status', function() { jsonResponse(200, $response); } ); -?> + diff --git a/admin/WebConsole/rest/index.php b/admin/WebConsole/rest/index.php index 46957ab6..aa7cd483 100644 --- a/admin/WebConsole/rest/index.php +++ b/admin/WebConsole/rest/index.php @@ -72,4 +72,4 @@ $app->get('/', // Execute REST using Slim. $app->run(); -?> + diff --git a/admin/WebConsole/rest/ogagent.php b/admin/WebConsole/rest/ogagent.php index 76cfd00a..be62a8d0 100644 --- a/admin/WebConsole/rest/ogagent.php +++ b/admin/WebConsole/rest/ogagent.php @@ -271,4 +271,4 @@ EOD; } ); -?> + diff --git a/admin/WebConsole/rest/remotepc.php b/admin/WebConsole/rest/remotepc.php index 4bf7b6b5..bddbb0c5 100644 --- a/admin/WebConsole/rest/remotepc.php +++ b/admin/WebConsole/rest/remotepc.php @@ -551,4 +551,4 @@ EOD; } ); -?> + diff --git a/admin/WebConsole/rest/repository.php b/admin/WebConsole/rest/repository.php index 7ac6e88e..bf6359be 100644 --- a/admin/WebConsole/rest/repository.php +++ b/admin/WebConsole/rest/repository.php @@ -212,4 +212,4 @@ $app->post('/repository/poweron', 'validateRepositoryApiKey', } ); -?> + |