fix setting incorrect acme-challenge path on installation; fixes #1097
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -324,7 +324,7 @@ class PhpHelper
|
||||
* Return human-readable sizes
|
||||
*
|
||||
* @param int $size size in bytes
|
||||
* @param string $max maximum unit
|
||||
* @param ?string $max maximum unit
|
||||
* @param string $system 'si' for SI, 'bi' for binary prefixes
|
||||
* @param string $retstring string-format
|
||||
*
|
||||
@@ -332,7 +332,7 @@ class PhpHelper
|
||||
*/
|
||||
public static function sizeReadable(
|
||||
int $size,
|
||||
string $max = '',
|
||||
?string $max = '',
|
||||
string $system = 'si',
|
||||
string $retstring = '%01.2f %s'
|
||||
): string {
|
||||
|
||||
Reference in New Issue
Block a user