removal of old list loader from svn 2.4 branch

git-svn-id: svn://192.168.202.10@1846 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2012-08-02 01:54:14 +00:00
parent aa3f1aebd3
commit eeb24546a3
5 changed files with 4 additions and 1 deletions
+3
View File
@@ -2529,6 +2529,9 @@ if ($NOWEB < 1)
`chmod 0777 $PATHweb/agc/vicidial_auth_entries.txt`;
`cp -f /dev/null $PATHweb/agc/astguiclient_auth_entries.txt`;
`chmod 0777 $PATHweb/agc/astguiclient_auth_entries.txt`;
`rm -f $PATHweb/vicidial/new_listloader_superL.php`;
`rm -f $PATHweb/vicidial/listloader_super.pl`;
`rm -f $PATHweb/vicidial/listloader.pl`;
}
if ( ($PROMPTcopy_web_lang =~ /y/i) || ($CLIcopy_web_lang =~ /y/i) )
@@ -491,7 +491,7 @@ if ( (!$OK_to_process) or ( ($leadfile) and ($file_layout!="standard") ) )
<tr>
<td align=center colspan=2><input type=submit value="SUBMIT" name='submit_file'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type=button onClick="javascript:document.location='admin_listloader_third_gen.php'" value="START OVER" name='reload_page'></td>
</tr>
<tr><td align=left><font size=1> &nbsp; &nbsp; &nbsp; &nbsp; <a href="admin.php?ADD=100" target="_parent">BACK TO ADMIN</a> &nbsp; &nbsp; &nbsp; &nbsp; <a href="./new_listloader_superL.php">Old Lead Loader</a> &nbsp; &nbsp; </font></td><td align=right><font size=1>LIST LOADER 3rd Gen- &nbsp; &nbsp; VERSION: <?php echo $version ?> &nbsp; &nbsp; BUILD: <?php echo $build ?> &nbsp; &nbsp; </td></tr>
<tr><td align=left><font size=1> &nbsp; &nbsp; &nbsp; &nbsp; <a href="admin.php?ADD=100" target="_parent">BACK TO ADMIN</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </font></td><td align=right><font size=1>LIST LOADER 3rd Gen- &nbsp; &nbsp; VERSION: <?php echo $version ?> &nbsp; &nbsp; BUILD: <?php echo $build ?> &nbsp; &nbsp; </td></tr>
</table>
<?php