Renamed koha.conf config entry from "path" to "includes", which is more

meaningful in the koha.conf file.
This commit is contained in:
tonnesen 2001-01-05 17:47:20 +00:00
parent 21b18bf675
commit 8b421dd4cc

View 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");