HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
2021.025 FIX Uncaught Error: Call to undefined function fnmatch()
daocaoit
New
fnmatch
Warning: For now, this function is not available on non-POSIX compliant systems except Windows.
Maybe you need to add this in the file library/core/functions.general.php
if(!function_exists('fnmatch')) { function fnmatch($pattern, $string) { return preg_match("#^".strtr(preg_quote($pattern, '#'), array('\*' => '.*', '\?' => '.'))."$#i", $string); } // end } // end if
0
Comments
update from 012, should exec sqls
upgrade to 025.