diff options
author | Urban Müller | 2020-11-13 15:36:41 +0100 |
---|---|---|
committer | Urban Müller | 2020-11-13 15:36:41 +0100 |
commit | 09cad1130aec877657331f750d4af43a610e7ff1 (patch) | |
tree | 63edacf067f57ed1a20f4797dea1f12908e6f435 /it.class | |
parent | cf947930ff9eaebcff2812104a3519ef48c56e0b (diff) | |
download | itools-09cad1130aec877657331f750d4af43a610e7ff1.tar.gz itools-09cad1130aec877657331f750d4af43a610e7ff1.tar.bz2 itools-09cad1130aec877657331f750d4af43a610e7ff1.zip |
nicer formatting
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -284,7 +284,7 @@ static function error($p = array(), $extra = null) $body .= "\n"; $body .= $_GET ? "\$_GET: " . var_export($_GET, true) . "\n\n" : ""; $body .= $_POST ? "\$_POST: " . var_export($_POST, true) . "\n\n" : ""; - $body .= $needraw ? "\$rawpost:" . it::file_get_contents("php://input") . "\n\n" : ""; + $body .= $needraw ? "\$rawpost: " . it::file_get_contents("php://input") . "\n\n" : ""; $body .= $_COOKIE ? "\$_COOKIE: " . var_export($_COOKIE, true) . "\n\n" : ""; $body .= $_SERVER['REMOTE_ADDR'] ? "" : "Pstree:\n" . it::exec("pstree -als " . getmypid() . " | head -n -3") . "\n"; $body .= $_SERVER ? "\$_SERVER: " . var_export($_SERVER, true) . "\n\n" : ""; |