You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* change order of evaluation
PHP evaluates conditions from left to right
count needs more instructions thus should be on the right side
(probably not necessary, but I'm a perf guy...)
* set a default in case it is not set in confg (to avoid PHP warnings)
0 commit comments