add ftp2 support
This commit is contained in:
parent
80dd8d2c76
commit
9938873d23
|
@ -548,7 +548,10 @@ class Admin_DataController extends Zend_Controller_Action
|
|||
if ($host=='ftp1.westgis.ac.cn')
|
||||
{
|
||||
file_get_contents("http://ftp1.westgis.ac.cn/proftp_upload.php?uuid=".$uuid."&filelist=1");
|
||||
}
|
||||
} else if ($host=='ftp2.westgis.ac.cn')
|
||||
{
|
||||
file_get_contents("http://ftp2.westgis.ac.cn/proftp_upload.php?uuid=".$uuid."&filelist=1");
|
||||
}
|
||||
|
||||
if($ds)
|
||||
{
|
||||
|
@ -588,6 +591,9 @@ class Admin_DataController extends Zend_Controller_Action
|
|||
if ($host=='ftp1.westgis.ac.cn')
|
||||
{
|
||||
file_get_contents("http://ftp1.westgis.ac.cn/proftp_upload.php?uuid=".$uuid."&filelist=1");
|
||||
} else if ($host=='ftp2.westgis.ac.cn')
|
||||
{
|
||||
file_get_contents("http://ftp2.westgis.ac.cn/proftp_upload.php?uuid=".$uuid."&filelist=1");
|
||||
}
|
||||
|
||||
if($ds)
|
||||
|
|
Loading…
Reference in New Issue