dever hace 7 años
padre
commit
c5c20edab7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      component/service/Receive.php

+ 1 - 0
component/service/Receive.php

@@ -181,6 +181,7 @@ class Receive
 		Dever::log(time());
 		if (!empty($post)) {
 			Dever::log($post);
+			return;
 			libxml_disable_entity_loader(true);
           	$result = (array) simplexml_load_string($post, 'SimpleXMLElement', LIBXML_NOCDATA);