Renamed koha.conf config entry from "path" to "includes", which is more
[koha_fer] / C4 / Output.pm
index 7b06a17..8597f28 100644 (file)
@@ -59,7 +59,7 @@ while (<KC>) {
    $configfile{$variable}=$value;
  }
 }
-my $path=$configfile{'path'};
+my $path=$configfile{'includes'};
 ($path) || ($path="/usr/local/www/hdl/htdocs/includes");