From 34ee36fe0455ab5346a0669c62cb33da14f32706 Mon Sep 17 00:00:00 2001 From: phil Date: Mon, 23 Jan 2023 15:25:03 +0100 Subject: [PATCH] =?UTF-8?q?php:=20Entferne=20Einschr=C3=A4nkung=20f=C3=BCr?= =?UTF-8?q?=20php=20cli=20Tools=20War=20damals=20notwendig,=20da=20die=20k?= =?UTF-8?q?ameradisten=20einen=20vollst=C3=A4ndigen=20SSH-=20Zugang=20hatt?= =?UTF-8?q?en.=20Seit=20einer=20Weile=20haben=20sie=20nur=20noch=20einen?= =?UTF-8?q?=20chroot-SFTP-=20Zugang?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/sao.ini.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/sao.ini.j2 b/templates/sao.ini.j2 index c677d05..dd7a93d 100644 --- a/templates/sao.ini.j2 +++ b/templates/sao.ini.j2 @@ -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)