diff --git a/application/admin/controllers/DataController.php b/application/admin/controllers/DataController.php index ed125cf4..e74caa6f 100755 --- a/application/admin/controllers/DataController.php +++ b/application/admin/controllers/DataController.php @@ -553,9 +553,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') + } else if ($host=='ftp.sanjiangyuan.org.cn') { - file_get_contents("http://ftp2.westgis.ac.cn/proftp_upload.php?uuid=".$uuid."&filelist=1"); + file_get_contents("http://ftp.sanjiangyuan.org.cn/proftp_upload.php?uuid=".$uuid."&filelist=1"); } if($ds) @@ -596,9 +596,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') + } else if ($host=='ftp.sanjiangyuan.org.cn') { - file_get_contents("http://ftp2.westgis.ac.cn/proftp_upload.php?uuid=".$uuid."&filelist=1"); + file_get_contents("http://ftp.sanjiangyuan.org.cn/proftp_upload.php?uuid=".$uuid."&filelist=1"); } if($ds) @@ -627,9 +627,9 @@ class Admin_DataController extends Zend_Controller_Action { file_get_contents("http://ftp1.westgis.ac.cn/proftp_upload.php?uuid=".$uuid."&filelist=1"); echo '

数据目录成功导入!

'; - } else if ($row['host']=='ftp2.westgis.ac.cn') + } else if ($row['host']=='ftp.sanjiangyuan.org.cn') { - file_get_contents("http://ftp2.westgis.ac.cn/proftp_upload.php?uuid=".$uuid."&filelist=1"); + file_get_contents("http://ftp.sanjiangyuan.org.cn/proftp_upload.php?uuid=".$uuid."&filelist=1"); echo '

数据目录成功导入!

'; } else { echo '

数据目录未导入!

';