From c4e2a024809e3bfe8b07bb636dd53b67290d6041 Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 14 May 2008 14:16:26 +0000 Subject: [PATCH] removed filesize limitation to web-based lead loader git-svn-id: svn://192.168.202.10@862 3d104415-ff17-0410-8863-d5cf3c621b8a --- .../agc_2.0.4/www/vicidial/new_listloader_superL.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.
"; +#} ?>