Update Base.php to include 'global' in the list of restricted functions

This commit is contained in:
Punyapal Shah
2024-06-11 20:58:52 +05:30
parent a25cfb435c
commit e4550c8d51

View File

@ -24,6 +24,7 @@ final class Base extends AbstractPreset
'ray',
'die',
'goto',
'global',
'var_dump',
'phpinfo',
'echo',