118 |
+ $result .= " AllowOverride FileInfo AuthConfig Limit\n"; |
+ $result .= " AllowOverride FileInfo AuthConfig Limit\n"; |
119 |
+ $result .= " Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec\n"; |
+ $result .= " Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec\n"; |
120 |
+ |
+ |
121 |
+ my $phpexec = $properties{''} || $phpglobal; |
+ my $phpexec = $properties{'php'} || $phpglobal; |
122 |
+ $result .= " AddType application/x-httpd-php .php .php3 .phtml\n" if $phpexec eq "enabled"; |
+ $result .= " AddType application/x-httpd-php .php .php3 .phtml\n" if $phpexec eq "enabled"; |
123 |
+ $result .= " AddType application/x-httpd-php-source .phps\n" if $phpexec eq "enabled"; |
+ $result .= " AddType application/x-httpd-php-source .phps\n" if $phpexec eq "enabled"; |
124 |
+ $result .= " php_admin_value open_basedir /home/e-smith/files/users/$key/home/public_html/:/home/e-smith/files/users/$key/tmp/:/usr/share/pear\n"; |
+ $result .= " php_admin_value open_basedir /home/e-smith/files/users/$key/home/public_html/:/home/e-smith/files/users/$key/tmp/:/usr/share/pear\n"; |