mirror of
https://github.com/filp/whoops.git
synced 2026-09-05 06:57:29 +00:00
Update PrettyPageHandler.php
This commit is contained in:
@@ -238,7 +238,7 @@ class PrettyPageHandler extends Handler
|
||||
"POST Data" => $this->masked($_POST, '_POST'),
|
||||
"Files" => isset($_FILES) ? $this->masked($_FILES, '_FILES') : [],
|
||||
"Cookies" => $this->masked($_COOKIE, '_COOKIE'),
|
||||
"Session" => isset($_SESSION) ? $this->masked('_SESSION') : [],
|
||||
"Session" => isset($_SESSION) ? $this->masked($_SESSION, '_SESSION') : [],
|
||||
"Server/Request Data" => $this->masked($_SERVER, '_SERVER'),
|
||||
"Environment Variables" => $this->masked($_ENV, '_ENV'),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user