Fix Config typo. Re-order preg_match

This commit is contained in:
John Crisp
2021-03-08 13:23:58 +01:00
parent a888cd4aa6
commit a2c1081b34
2 changed files with 16 additions and 23 deletions

View File

@@ -270,7 +270,7 @@ function is_fqdn($FQDN)
# as a match is found.
#
function eregi_array($regexp, $arr)
function preg_match_array($regexp, $arr)
{
foreach ($arr as $elem) {