Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
LeeWeiCheng
/
altob.st123
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
upd
station_14109
altob.rd
hace 8 años
padre
5c2a681e13
commit
5b808eeb38
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
coworker/mqtt_service.php
+ 1
- 1
coworker/mqtt_service.php
Ver fichero
@@ -74,7 +74,7 @@ function procmsg($topic, $msg)
{
$data = array('topic' => $topic, 'msg' => $msg, 'ck' => md5($topic.'altob'.$msg));
if(
$topic == 'altob.888.mqtt'
)
if(
in_array($topic, array('altob.888.mqtt'))
)
{
// dispatch
$ch = curl_init();
Escribir
Vista previa
Cargando…
Cancelar
Guardar