icingaweb2/library
Eric Lippmann 854e284d42 autologin: Don't use `count()' for is empty checks
Using `count()' in favor of `empty()' for empty checks on arrays is bad habit.
While there's literally no performance gain in the "fixed" scenario, there's one on large arrays
and thus should be avoided everywhere.

refs #6462
2014-09-18 15:18:01 +02:00
..
Icinga autologin: Don't use `count()' for is empty checks 2014-09-18 15:18:01 +02:00
IcingaVendor Remove cached version of dompdf log.htm from source control 2014-09-08 16:22:15 +02:00