Explorar o código

Merge pull request #148 from 5ini99/master

Add $_SERVER['REQUEST_TIME']
walkor %!s(int64=8) %!d(string=hai) anos
pai
achega
09af5d92cb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Protocols/Http.php

+ 1 - 0
Protocols/Http.php

@@ -108,6 +108,7 @@ class Http
             'HTTP_CONNECTION'      => '',
             'REMOTE_ADDR'          => '',
             'REMOTE_PORT'          => '0',
+            'REQUEST_TIME'         => time()
         );
 
         // Parse headers.