diff --git a/agc_2-X/branches/agc_2.0.4/www/vicidial/new_listloader_superL.php b/agc_2-X/branches/agc_2.0.4/www/vicidial/new_listloader_superL.php index 3a25a101..51c01ded 100644 --- a/agc_2-X/branches/agc_2.0.4/www/vicidial/new_listloader_superL.php +++ b/agc_2-X/branches/agc_2.0.4/www/vicidial/new_listloader_superL.php @@ -787,7 +787,7 @@ function ParseFileName() { print ""; } -if ($leadfile && filesize($LF_path)<=8388608) { +#if ($leadfile && filesize($LF_path)<=8388608) { $total=0; $good=0; $bad=0; $dup=0; $post=0; $phone_list=''; if ($file_layout=="standard") { @@ -1454,9 +1454,9 @@ if ($leadfile && filesize($LF_path)<=8388608) { # } print ""; } -} else if (filesize($leadfile)>8388608) { - print "
ERROR: File exceeds the 8MB limit.
"; -} +#} else if (filesize($leadfile)>8388608) { +# print "
ERROR: File exceeds the 8MB limit.
"; +#} ?>