release 1.2.5
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user