Renamed koha.conf config entry from "path" to "includes", which is more
authortonnesen <tonnesen>
Fri, 5 Jan 2001 17:47:20 +0000 (17:47 +0000)
committertonnesen <tonnesen>
Fri, 5 Jan 2001 17:47:20 +0000 (17:47 +0000)
meaningful in the koha.conf file.

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