mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Fix missing HASHIDS_SALT setting in app setup command, closes #724
This commit is contained in:
@@ -20,7 +20,7 @@ if (! function_exists('human_readable')) {
|
||||
$i = 0;
|
||||
while (($path / 1024) > 0.9) {
|
||||
$path = $path / 1024;
|
||||
$i++;
|
||||
++$i;
|
||||
}
|
||||
|
||||
return round($path, $precision) . ['B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'][$i];
|
||||
|
||||
Reference in New Issue
Block a user