Browse Source

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

meaningful in the koha.conf file.
3.0.x
tonnesen 23 years ago
parent
commit
8b421dd4cc
  1. 2
      C4/Output.pm

2
C4/Output.pm

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

Loading…
Cancel
Save