allen 3 gadi atpakaļ
vecāks
revīzija
4b0dff6436
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 {