From f4bbfab1e0996fc8dcc1f8dededf754e1ebf48d6 Mon Sep 17 00:00:00 2001 From: Jesse Weaver Date: Mon, 15 Jul 2013 09:56:55 -0600 Subject: [PATCH] Followup for bug 10486: Remove restriction on XSLT directory XSLT record processing is done client side in the OPAC external search, so the stylesheets must be fetchable. The restriction was also removed from the staff client, for consistency. --- etc/koha-httpd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/koha-httpd.conf b/etc/koha-httpd.conf index 26af98e..30c843e 100644 --- a/etc/koha-httpd.conf +++ b/etc/koha-httpd.conf @@ -25,7 +25,7 @@ # Secure internal stuff - + Order deny,allow Deny from all @@ -148,7 +148,7 @@ # Secure internal stuff - + Order deny,allow Deny from all -- 1.7.10.4