Explorar o código

debug wxauthor

stanley-king %!s(int64=7) %!d(string=hai) anos
pai
achega
11f8183e1a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);
         }