mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
Revert "Fix coding style old files (part 2)"
This commit is contained in:
@@ -14,11 +14,9 @@
|
||||
|
||||
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