From 52aa24cb6b0fb004afcf087de08b92e21b8b5b63 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sat, 15 Feb 2003 11:21:16 +0000 Subject: [PATCH] Removed accidental duplication of several lines in data directory input section. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4527 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/config/conf.pl b/config/conf.pl index ccdc4e1a..ed2150ad 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -1856,18 +1856,6 @@ sub command33a { print "in an alternate location of your choice. \n"; print "\n"; - print "[$WHT$data_dir$NRM]: $WHT"; - $new_data_dir = ; - if ( $new_data_dir eq "\n" ) { - $new_data_dir = $data_dir; - } else { - $new_data_dir =~ s/[\r|\n]//g; - } - print "under the web server's root directory (ex: /home/httpd/html).\n"; - print "For this reason, it is recommended to put the data directory\n"; - print "in an alternate location of your choice. \n"; - print "\n"; - print "[$WHT$data_dir$NRM]: $WHT"; $new_data_dir = ; if ( $new_data_dir eq "\n" ) { -- 2.25.1