From 09cad1130aec877657331f750d4af43a610e7ff1 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Fri, 13 Nov 2020 15:36:41 +0100 Subject: nicer formatting --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it.class') 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" : ""; -- cgit v1.2.3