We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6dfbbb + a42964d commit d75973cCopy full SHA for d75973c
1 file changed
check-smf-license.php
@@ -39,8 +39,7 @@
39
// Cache and miscellaneous.
40
'\./cache/',
41
'\./other/db_last_error\.php',
42
- '\./other/update_version_numbers.php',
43
- '\./other/update_unicode_data.php',
+ '\./other/update_[A-Za-z0-9_]+\.php',
44
'\./tests/',
45
'\./vendor/',
46
@@ -150,4 +149,4 @@
150
149
catch (Exception $e) {
151
fwrite(STDERR, $e->getMessage());
152
exit(1);
153
-}
+}
0 commit comments