mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-02 23:03:59 +01:00
No longer pass back these JSON values
This commit is contained in:
@@ -82,9 +82,9 @@ $status = array(
|
||||
"files" => $files,
|
||||
"filesSizesSeen" => $filesSizesSeen,
|
||||
"maxLines" => $maxLines,
|
||||
"chars" => (isset($chars) ? $chars : null),
|
||||
"lines" => substr_count($output, "\n"),
|
||||
"seek" => (isset($seek) ? $seek : null),
|
||||
// "chars" => (isset($chars) ? $chars : null),
|
||||
// "lines" => substr_count($output, "\n"),
|
||||
// "seek" => (isset($seek) ? $seek : null),
|
||||
"bugReportPath" => "|".$tmpLoc."|tmp|bug-report.log",
|
||||
"result" => $result
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user