summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2017-06-07 08:08:15 +0000
committerramon <ramongomez@us.es>2017-06-07 08:08:15 +0000
commitf72d70a79f3dac70f5b859ac834327633eeb26f1 (patch)
treef878bc5026d076a3f5f8214058944cc8eec504b2 /admin
parentaa15aa51603ea035cb414b04e7144c9c977b550a (diff)
#708: Eliminar código de prueba.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5345 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin')
-rw-r--r--admin/WebConsole/rest/ogagent.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/admin/WebConsole/rest/ogagent.php b/admin/WebConsole/rest/ogagent.php
index e2a59aee..30d0895d 100644
--- a/admin/WebConsole/rest/ogagent.php
+++ b/admin/WebConsole/rest/ogagent.php
@@ -19,20 +19,6 @@ function writeLog($message = "") {
file_put_contents(LOG_FILE, date(DATE_ISO8601).": $message\n", FILE_APPEND);
}
-// Look for "show popup" pending operations into client's actions queue.
-function checkPendingPopup($clntid) {
- global $cmd;
-
- // Look for commands available to launch on the client.
- $cmd->CreaParametro("@clntid", $clntid, 1);
- $cmd->texto = <<<EOD
-SELECT parametros
- FROM acciones
- WHERE idordenador=@clntid AND estado=$ACCION_INICIADA AND idcomando=16;";
-EOD
-// ...
-}
-
/**
* @brief OGAgent notifies that its service is started on a client.
* @note Route: /ogagent/started, Method: POST, Format: JSON