Skip to content

Commit

Permalink
php.ini: enable_dl -> Off
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Oct 24, 2023
1 parent b0da2ff commit 563c960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
allow_url_include: 'Off'
allow_url_fopen: 'Off'
disable_functions: 'system,exec,shell_exec,popen,proc_open,pcntl_exec,passthru,str_rot13'
enable_dl: 'Off'
- name: Configure php.ini (Session section)
become: true
when: stat_result.stat.exists
Expand Down

0 comments on commit 563c960

Please sign in to comment.