From 4ff5dc3c7d92a2503d6a9a1742d89fffa9b89281 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 14 Oct 2002 09:58:33 +0000 Subject: [PATCH] bugfixes : templates root in koha.conf is wrong --- installer.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/installer.pl b/installer.pl index 726efef15f..eacc3dd7c4 100644 --- a/installer.pl +++ b/installer.pl @@ -763,9 +763,8 @@ database=$dbname hostname=$hostname user=$user pass=$pass -includes=$kohadir/htdocs/includes -intranetdir=$kohadir -opacdir=$opacdir +intrahtdocs=$kohadir/cgi-bin/koha-tmpl/intranet-tmpl +opachtdocs=$kohadir/cgi-bin/koha-tmpl/opac-tmpl kohalogdir=$kohalogdir kohaversion=$kohaversion httpduser=$httpduser -- 2.39.2