Compare commits

..

No commits in common. "master" and "develop" have entirely different histories.

View file

@ -127,11 +127,7 @@ if ($config['is_debug']) {
writeln(
'Debug',
'=====',
json_encode([
'config' => $config,
'environment' => $_SERVER,
'build' => $build,
], JSON_PRETTY_PRINT),
json_encode(['config' => $config, 'environment' => $_SERVER], JSON_PRETTY_PRINT),
'=====',
);
}