/[smecontribs]/rpms/smeserver-user-webspace/contribs8/smeserver-user-webspace-0.1.patch3
ViewVC logotype

Diff of /rpms/smeserver-user-webspace/contribs8/smeserver-user-webspace-0.1.patch3

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by unnilennium, Sun Nov 24 08:54:06 2013 UTC Revision 1.3 by unnilennium, Sun Nov 24 09:03:23 2013 UTC
# Line 118  diff -Nur smeserver-user-webspace-0.1/ro Line 118  diff -Nur smeserver-user-webspace-0.1/ro
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";


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed