summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/gestores/gestor_ejecutaracciones.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole/gestores/gestor_ejecutaracciones.php')
-rw-r--r--admin/WebConsole/gestores/gestor_ejecutaracciones.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/admin/WebConsole/gestores/gestor_ejecutaracciones.php b/admin/WebConsole/gestores/gestor_ejecutaracciones.php
index 4f6f8138..5349e1d0 100644
--- a/admin/WebConsole/gestores/gestor_ejecutaracciones.php
+++ b/admin/WebConsole/gestores/gestor_ejecutaracciones.php
@@ -19,25 +19,6 @@ include_once("../includes/RecopilaIpesMacs.php");
include_once("../includes/restfunctions.php");
//________________________________________________________________________________________________________
-function now_params()
-{
- $year = intval(date('Y')) - 2010;
- $month = intval(date('m')) - 1;
- $day = intval(date('j')) - 1;
- $hour = intval(date('g'));
- $am_pm = date('a');
- $minute = intval(date('i'));
-
- $params['map_year'] = 1 << $year;
- $params['map_month'] = 1 << $month;
- $params['map_day'] = 1 << $day;
- $params['map_hour'] = 1 << $hour;
- $params['map_am_pm'] = strcmp($am_pm, 'am') ? 1 : 0;
- $params['map_minute'] = $minute;
-
- return $params;
-}
-
define('OG_CMD_ID_WAKEUP', 1);
$opcion=0; // Inicializa parametros