add ftp2 support
This commit is contained in:
parent
83bf8acbf4
commit
80dd8d2c76
|
@ -616,6 +616,10 @@ class Admin_DataController extends Zend_Controller_Action
|
||||||
{
|
{
|
||||||
file_get_contents("http://ftp1.westgis.ac.cn/proftp_upload.php?uuid=".$uuid."&filelist=1");
|
file_get_contents("http://ftp1.westgis.ac.cn/proftp_upload.php?uuid=".$uuid."&filelist=1");
|
||||||
echo '<h1>数据目录成功导入!</h1>';
|
echo '<h1>数据目录成功导入!</h1>';
|
||||||
|
} else if ($row['host']=='ftp2.westgis.ac.cn')
|
||||||
|
{
|
||||||
|
file_get_contents("http://ftp2.westgis.ac.cn/proftp_upload.php?uuid=".$uuid."&filelist=1");
|
||||||
|
echo '<h1>数据目录成功导入!</h1>';
|
||||||
} else {
|
} else {
|
||||||
echo '<h1>数据目录未导入!</h1>';
|
echo '<h1>数据目录未导入!</h1>';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue