mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
parent
9571d1059f
commit
7868216d04
@ -453,8 +453,9 @@ class Loader
|
|||||||
$cmd = strtolower($m[1]);
|
$cmd = strtolower($m[1]);
|
||||||
$commands[] = $cmd;
|
$commands[] = $cmd;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
sort($commands);
|
closedir($base);
|
||||||
|
sort($commands);
|
||||||
return $commands;
|
return $commands;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user