1 |
diff -Nur e-smith-horde-4.4.0-old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85HordeAccess e-smith-horde-4.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85HordeAccess |
2 |
--- e-smith-horde-4.4.0-old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85HordeAccess 2013-11-26 19:01:33.230479756 +0100 |
3 |
+++ e-smith-horde-4.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/85HordeAccess 2013-12-11 23:56:03.672896312 +0100 |
4 |
@@ -23,8 +23,13 @@ |
5 |
</FilesMatch> |
6 |
Options Indexes Includes FollowSymLinks |
7 |
AllowOverride None |
8 |
- order allow,deny |
9 |
- allow from all |
10 |
+ order deny,allow |
11 |
+ deny from all |
12 |
+); |
13 |
+ $OUT .= " allow from "; |
14 |
+ $OUT .= ( $horde{access} eq "public" ) ? "all" : $localAccess; |
15 |
+ $OUT .= "\n"; |
16 |
+ $OUT .= qq( |
17 |
AddType application/x-httpd-php .php .php3 |
18 |
php_value include_path '/usr/share/pear-addons:/usr/share/pear' |
19 |
# php_value auto_prepend_file /home/httpd/horde-phplib/prepend.php3 |