From 18962f3f23a9568948cb103f48c53531df117895 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 3 Apr 2012 14:11:08 +0200 Subject: [PATCH] remove useless path /etc/sogosync --- root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98SOGoSync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98SOGoSync b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98SOGoSync index 8f7baa2..a0c178c 100644 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98SOGoSync +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98SOGoSync @@ -16,8 +16,8 @@ Alias /Microsoft-Server-ActiveSync /usr/share/sogosync/index.php php_admin_flag register_globals off php_admin_flag magic_quotes_runtime off php_admin_flag short_open_tag on - php_admin_value open_basedir /usr/share/sogosync:/usr/share/awl/inc:/var/lib/sogosync/:/etc/sogosync - php_admin_value include_path /usr/share/sogosync:/usr/share/sogosync/include:/usr/share/awl/inc:/etc/sogosync + php_admin_value open_basedir /usr/share/sogosync:/usr/share/awl/inc:/var/lib/sogosync + php_admin_value include_path /usr/share/sogosync:/usr/share/sogosync/include:/usr/share/awl/inc Order deny,allow Deny from all Allow from $allow