dyjh hace 6 años
padre
commit
e4c637c2e3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Http/Controllers/Web/AuthController.php

+ 1 - 0
app/Http/Controllers/Web/AuthController.php

xqd
@@ -93,6 +93,7 @@ class AuthController extends Controller
                 exit;
             }
         } else {
+            \Log::info($_POST);
             $postStr = $GLOBALS["HTTP_RAW_POST_DATA"];
             if (!empty($postStr)) {
                 $postObj = simplexml_load_string($postStr, 'SimpleXMLElement', LIBXML_NOCDATA);