Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Add a missing function to the generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Oct 11, 2017
1 parent 4e98405 commit c1b1a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'posix_kill', 'posix_mkfifo', 'posix_setpgid', 'posix_setsid', 'posix_setuid',
'posix_setgid', 'posix_uname', 'proc_close', 'proc_nice', 'proc_open',
'proc_terminate', 'proc_open', 'proc_get_status', 'dl', 'pnctl_exec',
'pnctl_fork', 'assert', 'system'];
'pnctl_fork', 'assert', 'system', 'curl_exec'];

$extensions = ['php', 'php7', 'php5', 'inc'];

Expand Down

0 comments on commit c1b1a55

Please sign in to comment.