mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-19 00:12:03 +02:00
Fix coding style part 2
This commit is contained in:
@@ -14,9 +14,11 @@
|
||||
|
||||
if ($_POST['state'] == 'true') {
|
||||
$state = 1;
|
||||
} elseif ($_POST['state'] == 'false') {
|
||||
}
|
||||
elseif ($_POST['state'] == 'false') {
|
||||
$state = 0;
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
$state = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user