From 8fd4418fd75a04f56e3c1839b7677e7e722a3c3a Mon Sep 17 00:00:00 2001 From: dragon28 Date: Fri, 17 May 2002 07:59:59 +0000 Subject: [PATCH] replaced includes question with installation path --- installer.pl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/installer.pl b/installer.pl index dca661d130..00c7ee40cb 100644 --- a/installer.pl +++ b/installer.pl @@ -193,12 +193,13 @@ do { print "\n"; print "\n"; print qq| -Please provide the path to your Koha includes folder. +Please provide the full path to your Koha OPAC installation. +Usually /usr/local/www/koha/htdocs |; #Get the password for the database user do { - print "Enter path to includes:"; + print "Enter installation path:"; chomp($inc_path = ); }; @@ -211,7 +212,7 @@ database=$dbname hostname=$hostname user=$user password=$pass -includes=$inc_path +includes=$inc_path/includes EOP ; close(SITES); @@ -310,4 +311,4 @@ print "Successfully updated Apache Configuration file.\n"; # It is completed # print "\nCongratulations ... your Koha installation is complete!\n"; -print "\nYou will need to restart your webserver before using Koha!\n"; \ No newline at end of file +print "\nYou will need to restart your webserver before using Koha!\n"; -- 2.39.5