Removed accidental duplication of several lines in data directory input section.
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 15 Feb 2003 11:21:16 +0000 (11:21 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 15 Feb 2003 11:21:16 +0000 (11:21 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4527 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/conf.pl

index ccdc4e1a3d271472360f6dfa0ad2383ad4515f42..ed2150adece43de531ff6040ecb391f622591f8f 100755 (executable)
@@ -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 = <STDIN>;
-    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 = <STDIN>;
     if ( $new_data_dir eq "\n" ) {