summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorUrban Müller2020-11-13 15:36:41 +0100
committerUrban Müller2020-11-13 15:36:41 +0100
commit09cad1130aec877657331f750d4af43a610e7ff1 (patch)
tree63edacf067f57ed1a20f4797dea1f12908e6f435 /it.class
parentcf947930ff9eaebcff2812104a3519ef48c56e0b (diff)
downloaditools-09cad1130aec877657331f750d4af43a610e7ff1.tar.gz
itools-09cad1130aec877657331f750d4af43a610e7ff1.tar.bz2
itools-09cad1130aec877657331f750d4af43a610e7ff1.zip
nicer formatting
Diffstat (limited to 'it.class')
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index 300810d..821b70d 100644
--- a/it.class
+++ b/it.class
@@ -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" : "";