diff options
author | ramon <ramongomez@us.es> | 2016-04-26 13:13:57 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2016-04-26 13:13:57 +0000 |
commit | 15acccdf950630f68cd77ed1e7abf6e4c34dc40e (patch) | |
tree | 4d584a525dd5d912c16238e1e446b013fd1151d2 /admin/WebConsole/rest/index.php | |
parent | dbbe6893690f7687e03b05d42e1d96ae88446f02 (diff) |
#743: Integrar código del ticket:743 en rama de desarrollo.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4904 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/rest/index.php')
-rw-r--r-- | admin/WebConsole/rest/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/WebConsole/rest/index.php b/admin/WebConsole/rest/index.php index f43ebda5..fc29c517 100644 --- a/admin/WebConsole/rest/index.php +++ b/admin/WebConsole/rest/index.php @@ -1009,6 +1009,9 @@ EOD; // } //); +// Include repository routes. +include("repository.php"); + // Include OGAgent push routes. include("ogagent.php"); |