allen преди 3 години
родител
ревизия
4b0dff6436
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/index/controller/Index.php

+ 1 - 1
app/index/controller/Index.php

@@ -59,7 +59,7 @@ class Index extends Controller
         FacadeLog::info("cookies:" . json_encode(Request::post()));
         $sub = "";
         $uid = 0;
-        FacadeLog::info($_COOKIE['SUB']);
+        FacadeLog::info($_COOKIE);
         if (!empty($_COOKIE['SUB'])) {
             $sub = $_COOKIE['SUB'];
         } else {