dyjh 6 anni fa
parent
commit
e4c637c2e3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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);