mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-29 16:29:55 +02:00
Apply "Squiz" code style on old (pre-2014) files
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
<?php
|
||||
|
||||
if ($_SESSION['userlevel'] >= "5")
|
||||
{
|
||||
$auth = 1;
|
||||
if ($_SESSION['userlevel'] >= '5') {
|
||||
$auth = 1;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user