Fixed the borked timezone manipulating functions.
[squirrelmail.git] / 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" ) {