From 167c2fa5effb5a66f6121257cc9d88b63d21889a Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Fri, 2 Jul 2010 19:50:40 +0000
Subject: [PATCH] Removing a local setting.

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@130 20a16fea-79d4-4915-8869-1ea9d5ebf173
---
 sites/all/modules/unl/unl_migration.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sites/all/modules/unl/unl_migration.php b/sites/all/modules/unl/unl_migration.php
index 032bea03..7c42f469 100644
--- a/sites/all/modules/unl/unl_migration.php
+++ b/sites/all/modules/unl/unl_migration.php
@@ -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;
 	        }
-- 
GitLab