Skip to content
remoting.inc.php 139 KiB
Newer Older
			$sql =  "INSERT INTO sys_remoteaction (server_id, tstamp, action_type, action_param, action_state, response) " .
				"VALUES (".
				(int)$vm['server_id'] . ", ".
				time() . ", ".
				"'".$action."', ".
				$vm['veid'].", ".
				"'pending', ".
				"''".
				")";
			$app->db->query($sql);
		}
	}