change ftp url
This commit is contained in:
parent
8d01826db3
commit
ac7245e603
|
@ -553,9 +553,9 @@ class Admin_DataController extends Zend_Controller_Action
|
||||||
if ($host=='ftp1.westgis.ac.cn')
|
if ($host=='ftp1.westgis.ac.cn')
|
||||||
{
|
{
|
||||||
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");
|
||||||
} 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)
|
if($ds)
|
||||||
|
@ -596,9 +596,9 @@ class Admin_DataController extends Zend_Controller_Action
|
||||||
if ($host=='ftp1.westgis.ac.cn')
|
if ($host=='ftp1.westgis.ac.cn')
|
||||||
{
|
{
|
||||||
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");
|
||||||
} 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)
|
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");
|
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')
|
} 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 '<h1>数据目录成功导入!</h1>';
|
echo '<h1>数据目录成功导入!</h1>';
|
||||||
} else {
|
} else {
|
||||||
echo '<h1>数据目录未导入!</h1>';
|
echo '<h1>数据目录未导入!</h1>';
|
||||||
|
|
Loading…
Reference in New Issue