Explorar el Código

Update Http.php

walkor hace 7 años
padre
commit
d0bf91dbdd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Protocols/Http.php

+ 1 - 1
Protocols/Http.php

@@ -503,7 +503,7 @@ class Http
             exit($msg);
         }
         if ($msg) {
-            Worker::safeEcho($msg);
+            echo $msg;
         }
         throw new \Exception('jump_exit');
     }