| 1 |
<?php |
<?php |
| 2 |
// $Id: ftp.backend.inc,v 1.3.2.13 2008/10/31 23:30:03 jabapyth Exp $ |
// $Id: ftp.backend.inc,v 1.3.2.14 2008/11/01 00:02:51 jabapyth Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 135 |
|
|
| 136 |
// Prepare the directories to use later. |
// Prepare the directories to use later. |
| 137 |
$extract_dir = file_directory_path() .'/plugin_manager_extraction/'; |
$extract_dir = file_directory_path() .'/plugin_manager_extraction/'; |
| 138 |
ftp_chdir(''); |
ftp_chdir($connect,''); |
| 139 |
// Process each of the files. |
// Process each of the files. |
| 140 |
foreach ($files AS $index => $file) { |
foreach ($files AS $index => $file) { |
| 141 |
if (trim($file, "\\/") != $file) { |
if (trim($file, "\\/") != $file) { |