diff options
author | ramon <ramongomez@us.es> | 2017-06-07 08:08:15 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-06-07 08:08:15 +0000 |
commit | f72d70a79f3dac70f5b859ac834327633eeb26f1 (patch) | |
tree | f878bc5026d076a3f5f8214058944cc8eec504b2 /admin/WebConsole/rest/ogagent.php | |
parent | aa15aa51603ea035cb414b04e7144c9c977b550a (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/WebConsole/rest/ogagent.php')
-rw-r--r-- | admin/WebConsole/rest/ogagent.php | 14 |
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 |