mirror of
https://github.com/filp/whoops.git
synced 2026-09-16 04:36:20 +00:00
Move more important superglobals to top
This commit is contained in:
@@ -45,12 +45,12 @@ class PrettyPage extends Handler
|
||||
'hasFrames' => !!count($frames),
|
||||
|
||||
'super' => array(
|
||||
'Server/Request Data' => $_SERVER,
|
||||
'Files' => $_FILES,
|
||||
'GET Data' => $_GET,
|
||||
'POST Data' => $_POST,
|
||||
'Files' => $_FILES,
|
||||
'Cookies' => $_COOKIE,
|
||||
'Session' => isset($_SESSION) ? $_SESSION: array(),
|
||||
'Server/Request Data' => $_SERVER,
|
||||
'Environment Variables' => $_ENV
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user