From fa4374712f745c27fce46f99c575fba6f03fc251 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Sun, 2 Mar 2003 16:09:52 +0000 Subject: removed unused dir asked in ftp wizard --- ftp_wizard/ftp.wiz | 75 ++-------------------------------------- ftp_wizard/scripts/ProFtpconf.pm | 2 +- 2 files changed, 3 insertions(+), 74 deletions(-) (limited to 'ftp_wizard') diff --git a/ftp_wizard/ftp.wiz b/ftp_wizard/ftp.wiz index 839e36df..5c7a055c 100644 --- a/ftp_wizard/ftp.wiz +++ b/ftp_wizard/ftp.wiz @@ -29,16 +29,13 @@ shellVariable="wiz_ftp_external" > + - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ftp_wizard/scripts/ProFtpconf.pm b/ftp_wizard/scripts/ProFtpconf.pm index fece3460..854245cc 100644 --- a/ftp_wizard/scripts/ProFtpconf.pm +++ b/ftp_wizard/scripts/ProFtpconf.pm @@ -34,7 +34,7 @@ sub true { } sub check_dir { - -d ($ENV{wiz_dir}) and return 10; + -d $ENV{wiz_dir} and return 10; 1; } -- cgit v1.2.1