release 1.2.5

This commit is contained in:
Newcomer1989
2018-02-23 19:45:50 +01:00
parent 28aeb8ec6f
commit db7e1e6650
10 changed files with 159 additions and 389 deletions

View File

@@ -42,6 +42,7 @@ if (isset($_POST['update']) && $_SESSION[$rspathhex.'username'] == $webuser && $
if(empty($_POST['boost'])) {
$boostarr = null;
} else {
$boostarr = null;
foreach (explode(',', $_POST['boost']) as $entry) {
list($key, $value1, $value2) = explode('=>', $entry);
$boostarr[$key] = array("group"=>$key,"factor"=>$value1,"time"=>$value2);