aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--assets/hashlogo-lighttext.pngbin8541 -> 6370 bytes
-rw-r--r--assets/hashlogo.pngbin8536 -> 6362 bytes
-rw-r--r--images/rm-transparent-dark-background.pngbin8541 -> 6370 bytes
-rw-r--r--images/rm.pngbin8536 -> 6362 bytes
-rw-r--r--mod/admin.php1
5 files changed, 1 insertions, 0 deletions
diff --git a/assets/hashlogo-lighttext.png b/assets/hashlogo-lighttext.png
index 20e48569f..7f94ccdd9 100644
--- a/assets/hashlogo-lighttext.png
+++ b/assets/hashlogo-lighttext.png
Binary files differ
diff --git a/assets/hashlogo.png b/assets/hashlogo.png
index 5d6cda25b..99ef21328 100644
--- a/assets/hashlogo.png
+++ b/assets/hashlogo.png
Binary files differ
diff --git a/images/rm-transparent-dark-background.png b/images/rm-transparent-dark-background.png
index 20e48569f..7f94ccdd9 100644
--- a/images/rm-transparent-dark-background.png
+++ b/images/rm-transparent-dark-background.png
Binary files differ
diff --git a/images/rm.png b/images/rm.png
index 5d6cda25b..99ef21328 100644
--- a/images/rm.png
+++ b/images/rm.png
Binary files differ
diff --git a/mod/admin.php b/mod/admin.php
index 74e2d8f56..37a147df6 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -255,6 +255,7 @@ function admin_page_site_post(&$a){
$timeout = ((x($_POST,'timeout')) ? intval(trim($_POST['timeout'])) : 60);
$delivery_interval = ((x($_POST,'delivery_interval'))? intval(trim($_POST['delivery_interval'])) : 0);
$poll_interval = ((x($_POST,'poll_interval'))? intval(trim($_POST['poll_interval'])) : 0);
+ $maxloadavg = ((x($_POST,'maxloadavg'))? intval(trim($_POST['maxloadavg'])) : 50);
// $ssl_policy = ((x($_POST,'ssl_policy')) ? intval($_POST['ssl_policy']) : 0);
/*
if($ssl_policy != intval(get_config('system','ssl_policy'))) {