Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2020-01-01 19:20:41 +0300
committerJoas Schilling <coding@schilljs.com>2020-03-18 15:19:08 +0300
commit050c1da6ded7f54f5e3d94bb36203046755f7f1d (patch)
tree5365a5f49a50bbd36784c294f2a6b392680bf7c7 /templates
parentee9ecf08b13a2728eaddca8b2294bd772f0dce1d (diff)
Revert changes to .gitignore and settings-admin.php
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Kevin Pfeifer <kevin.pfeifer@sunlime.at>
Diffstat (limited to 'templates')
-rw-r--r--templates/settings-admin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/settings-admin.php b/templates/settings-admin.php
index 663ab5b..3385513 100644
--- a/templates/settings-admin.php
+++ b/templates/settings-admin.php
@@ -32,7 +32,6 @@ function FormatBytes($byte) {
$count++;
$byte = $byte / 1024;
}
-
return number_format($byte, 2, '.', '.') . ' ' . $unim[$count];
}