sort to easy reading config in shell
This commit is contained in:
@@ -158,6 +158,7 @@ function setConfig($arr, $disktag = '')
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$envs = array_filter($envs, 'array_value_isnot_null');
|
$envs = array_filter($envs, 'array_value_isnot_null');
|
||||||
|
sortConfig($envs);
|
||||||
$response = ReplitAPI('w', 'REPLIT_CONFIG', json_encode($envs));
|
$response = ReplitAPI('w', 'REPLIT_CONFIG', json_encode($envs));
|
||||||
//error_log1(json_encode($arr, JSON_PRETTY_PRINT) . ' => tmp:' . json_encode($envs, JSON_PRETTY_PRINT));
|
//error_log1(json_encode($arr, JSON_PRETTY_PRINT) . ' => tmp:' . json_encode($envs, JSON_PRETTY_PRINT));
|
||||||
savecache('REPLIT_CONFIG', null, '', 0);
|
savecache('REPLIT_CONFIG', null, '', 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user