1 |
diff -Nur smeserver-horde-1.0.0.old/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/20Horde smeserver-horde-1.0.0/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/20Horde |
2 |
--- smeserver-horde-1.0.0.old/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/20Horde 2020-06-23 14:05:25.959000000 -0400 |
3 |
+++ smeserver-horde-1.0.0/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/20Horde 2020-06-23 14:09:34.922000000 -0400 |
4 |
@@ -20,7 +20,8 @@ |
5 |
':/etc/horde/' . |
6 |
':/var/lib/php/' . $key . |
7 |
":$include_path" . |
8 |
- ":/etc/resolv.conf" ; |
9 |
+ ":/etc/resolv.conf". |
10 |
+ ":/usr/bin/gpg" ; |
11 |
my $disabled_functions = $horde->prop('PHPDisabledFunctions') || 'system,show_source,' . |
12 |
'symlink,exec,dl,shell_exec,' . |
13 |
'passthru,phpinfo,' . |