Renamed koha.conf config entry from "path" to "includes", which is more
meaningful in the koha.conf file.
This commit is contained in:
parent
21b18bf675
commit
8b421dd4cc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue