diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2019-10-29 14:00:06 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2019-10-29 14:22:31 +0100 |
commit | 5cef356b05683cad3313e1568741db183b0754a3 (patch) | |
tree | cddaf5261acd22ee17cac3baa8fe951db569b910 /admin/WebConsole/rest/index.php | |
parent | 03e3f88eef2e8de82338a806abae132ef9565621 (diff) |
#915 Remove all references to SocketHidra
This patch removes all remaining references to SocketHidra. The existing
code uses the REST API ogAdmServer.
Diffstat (limited to 'admin/WebConsole/rest/index.php')
-rw-r--r-- | admin/WebConsole/rest/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/WebConsole/rest/index.php b/admin/WebConsole/rest/index.php index aa7cd483..fd2f3230 100644 --- a/admin/WebConsole/rest/index.php +++ b/admin/WebConsole/rest/index.php @@ -19,7 +19,6 @@ include_once("../includes/CreaComando.php"); // Connection class. @include_once("../includes/constantes.php"); include_once("../includes/comunes.php"); -include_once("../clases/SockHidra.php"); // REST functions. @include_once("../includes/restfunctions.php"); // Slim framework. |