dyjh 6 tahun lalu
induk
melakukan
e4c637c2e3
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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);