Bug 20116: Fix package install path for clear_cache.pl
[koha-ffzg.git] / debian / templates / koha-conf-site.xml.in
index ded7ace..fe71b9a 100644 (file)
@@ -302,6 +302,7 @@ __END_SRU_PUBLICSERVER__
  <useldapserver>0</useldapserver><!-- see C4::Auth_with_ldap for extra configs you must add if you want to turn this on -->
  <useshibboleth>0</useshibboleth><!-- see C4::Auth_with_shibboleth for extra configs you must do to turn this on -->
  <zebra_lockdir>/var/lock/koha/__KOHASITE__</zebra_lockdir>
+ <lockdir>/var/lock/koha/__KOHASITE__</lockdir>
  <use_zebra_facets>1</use_zebra_facets>
  <zebra_max_record_size>1024</zebra_max_record_size>
  <log4perl_conf>__KOHA_CONF_DIR__/log4perl.conf</log4perl_conf>
@@ -409,6 +410,7 @@ __END_SRU_PUBLICSERVER__
  <dev_install>0</dev_install>
  <strict_sql_modes>0</strict_sql_modes>
  <plugin_repos>
+    <!--
     <repo>
         <name>ByWater Solutions</name>
         <org_name>bywatersolutions</org_name>
@@ -424,7 +426,16 @@ __END_SRU_PUBLICSERVER__
         <org_name>ptfs-europe</org_name>
         <service>github</service>
     </repo>
+    -->
  </plugin_repos>
 
+ <koha_xslt_security>
+ <!-- Uncomment the following entry ONLY when you explicitly want the XSLT
+      parser to expand entities like <!ENTITY secret SYSTEM "/etc/secrets">.
+      This is unsafe and therefore NOT recommended!
+     <expand_entities_unsafe>1</expand_entities_unsafe>
+ -->
+ </koha_xslt_security>
+
 </config>
 </yazgfs>