Skip to content
Snippets Groups Projects
Commit 167c2fa5 authored by Tim Steiner's avatar Tim Steiner
Browse files

Removing a local setting.

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@130 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 7fcb15c7
Branches
No related tags found
No related merge requests found
......@@ -549,7 +549,7 @@ class Unl_Migration_Tool
if (!$this->_frontier) {
$this->_frontier = ftp_ssl_connect('frontier.unl.edu');
//TODO: make this a login that only has read access to everything.
$login = ftp_login($this->_frontier, 'nmc', '2n3m5n');
$login = ftp_login($this->_frontier, '***', '***');
if (!$login) {
$this->_frontier = NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment