mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Update Base.php to include 'ereg' and 'eregi' in the list of restricted functions
This commit is contained in:
@ -28,6 +28,8 @@ final class Base extends AbstractPreset
|
|||||||
'var_dump',
|
'var_dump',
|
||||||
'phpinfo',
|
'phpinfo',
|
||||||
'echo',
|
'echo',
|
||||||
|
'ereg',
|
||||||
|
'eregi',
|
||||||
'mysql_connect',
|
'mysql_connect',
|
||||||
'mysql_pconnect',
|
'mysql_pconnect',
|
||||||
'mysql_query',
|
'mysql_query',
|
||||||
|
|||||||
Reference in New Issue
Block a user