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:
parent
6244724c28
commit
34ee36fe04
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue