diff --git a/src/Log.php b/src/Log.php index d1d1607..c796f63 100644 --- a/src/Log.php +++ b/src/Log.php @@ -197,6 +197,7 @@ class Log { else { $msg = array( date('Y/m/d H:i:s'), + $_SERVER['REQUEST_METHOD'], $_SERVER['REQUEST_URI'], self :: get_remote_addr(), );