php: Entferne Einschränkung für php cli Tools

War damals notwendig, da die kameradisten einen vollständigen SSH-
Zugang hatten. Seit einer Weile haben sie nur noch einen chroot-SFTP-
Zugang
This commit is contained in:
phil 2023-01-23 15:25:03 +01:00
parent 6244724c28
commit 34ee36fe04

View file

@ -9,10 +9,6 @@ default_charset = "UTF-8"
;Upload-Fortschritt
apc.rfc1867 = 1
{% if inventory_hostname == "kameradisten.ramus" or inventory_hostname == "kameradisten.ramus" %}
disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_exec,passthru,system,proc_get_status,proc_close,proc_nice,proc_terminate,proc_open,curl_ini,parse_ini_file,show_source,dl,symlink,system_exec,exec,shell_exec,phpinfo
{% endif %}
display_errors = Off
;Empfohlene Einstellungen (pcc)