From 8b421dd4cc81c09b083bf02a162a84f071884af7 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Fri, 5 Jan 2001 17:47:20 +0000 Subject: [PATCH] Renamed koha.conf config entry from "path" to "includes", which is more meaningful in the koha.conf file. --- C4/Output.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Output.pm b/C4/Output.pm index 7b06a178f7..8597f28f46 100644 --- a/C4/Output.pm +++ b/C4/Output.pm @@ -59,7 +59,7 @@ while () { $configfile{$variable}=$value; } } -my $path=$configfile{'path'}; +my $path=$configfile{'includes'}; ($path) || ($path="/usr/local/www/hdl/htdocs/includes");