--- rpms/smeserver-user-webspace/contribs8/smeserver-user-webspace-0.1.patch3 2013/11/24 08:54:06 1.2 +++ rpms/smeserver-user-webspace/contribs8/smeserver-user-webspace-0.1.patch3 2013/11/24 09:03:23 1.3 @@ -118,7 +118,7 @@ diff -Nur smeserver-user-webspace-0.1/ro + $result .= " AllowOverride FileInfo AuthConfig Limit\n"; + $result .= " Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec\n"; + -+ my $phpexec = $properties{''} || $phpglobal; ++ my $phpexec = $properties{'php'} || $phpglobal; + $result .= " AddType application/x-httpd-php .php .php3 .phtml\n" if $phpexec eq "enabled"; + $result .= " AddType application/x-httpd-php-source .phps\n" if $phpexec eq "enabled"; + $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";