fixDirectory($root); if (!$report) { exit; } $json_opts = defined('JSON_PRETTY_PRINT') ? JSON_PRETTY_PRINT : 0; echo json_encode($report, $json_opts) . "\n";