37 |
my $pool_name = lc $key; |
my $pool_name = lc $key; |
38 |
my $include_path = ".:/usr/share/pear-addons:/usr/share/pear:/usr/share/pear-data:/usr/share/php"; |
my $include_path = ".:/usr/share/pear-addons:/usr/share/pear:/usr/share/pear-data:/usr/share/php"; |
39 |
- my $open_basedir = "/opt/phpki:/var/lib/php/phpki:$include_path"; |
- my $open_basedir = "/opt/phpki:/var/lib/php/phpki:$include_path"; |
40 |
+ my $open_basedir = "/opt/phpki:/var/lib/php/phpki:/usr/sbin/openvpn:$include_path"; |
+ my $open_basedir = "/opt/phpki:/var/lib/php/phpki:/usr/sbin/openvpn:/usr/bin/which:/usr/bin/cat:/usr/bin/egrep:$include_path"; |
41 |
my $disabled_functions = 'show_source,dl,passthru' |
my $disabled_functions = 'show_source,dl,passthru' |
42 |
; |
; |
43 |
# Format vars |
# Format vars |