mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 00:24:21 +02:00
don't show 'auth' as a type :)
git-svn-id: http://www.observium.org/svn/observer/trunk@3044 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -44,7 +44,7 @@ if (!$auth)
|
||||
{
|
||||
while (false !== ($file = readdir($handle)))
|
||||
{
|
||||
if ($file != "." && $file != ".." && strstr($file, ".inc.php"))
|
||||
if ($file != "." && $file != ".." && $file != "auth.inc.php" &&strstr($file, ".inc.php"))
|
||||
{
|
||||
$types[] = str_replace(".inc.php", "", $file);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user