stanley-king 7 lat temu
rodzic
commit
11f8183e1a
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      helper/http_header.php

+ 1 - 0
helper/http_header.php

@@ -82,6 +82,7 @@ class http_header
         if($this->sended == false) {
             $this->mSended = true;
             $sHeader = $this->to_string();
+            Log::record("header:{$sHeader}",Log::DEBUG);
             fcgi_echo($sHeader);
         }