[Easymod-cvs] easymod2/mods/easymod easymod_display_functions.php,1.15,1.16
Status: Beta
Brought to you by:
wgeric
|
From: Eric F. <wg...@us...> - 2005-06-22 16:35:23
|
Update of /cvsroot/easymod/easymod2/mods/easymod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11837/mods/easymod Modified Files: easymod_display_functions.php Log Message: bug fixes Index: easymod_display_functions.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/easymod_display_functions.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** easymod_display_functions.php 21 Jun 2005 18:11:33 -0000 1.15 --- easymod_display_functions.php 22 Jun 2005 16:35:15 -0000 1.16 *************** *** 238,242 **** { // test the ftp connection ! if (test_ftp( $ftp_user, $ftp_pass, $ftp_dir, $ftp_host, true, $ftp_type, $ftp_cache)) { echo '<br />[b]<b>' . $lang['EM_debug_ftp_test'] . '</b>[/b] :: [b][color=green]<b class="ok">' . $lang['EM_debug_success']. "</b>[/color][/b]<br />\n" ; --- 238,242 ---- { // test the ftp connection ! if (test_ftp( $ftp_user, $ftp_pass, $ftp_dir, $ftp_host, $ftp_port, true, $ftp_type, $ftp_cache)) { echo '<br />[b]<b>' . $lang['EM_debug_ftp_test'] . '</b>[/b] :: [b][color=green]<b class="ok">' . $lang['EM_debug_success']. "</b>[/color][/b]<br />\n" ; |