Changeset 859610
- Timestamp:
- 02/17/2014 07:18:39 PM (12 years ago)
- File:
-
- 1 edited
-
ftp-sync/trunk/ftp-sync.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ftp-sync/trunk/ftp-sync.php
r859605 r859610 478 478 479 479 case 2: 480 $html = get_ftp_connection($ftpHost, $ftpPort, $ftpUser, $ftpPass, $activeMode, true); 481 $step++; 480 $result = get_ftp_connection($ftpHost, $ftpPort, $ftpUser, $ftpPass, $activeMode, true); 481 $html = $result[1]; 482 if($result[0]){$step++;} 483 else{$step = false;} 482 484 break; 483 485
Note: See TracChangeset
for help on using the changeset viewer.