Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
CA-60064: remove default FTP server
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rowe committed May 27, 2011
1 parent ec65cef commit ee3a6c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions XSConsoleConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ def __init__(self):
'bg_bright' : (0, 200, 400),
}

self.ftpname = 'XenServer Support'
self.ftpserver = 'ftp://support.xensource.com/bugreports'
self.ftpserver = ''

@classmethod
def Inst(cls):
Expand All @@ -45,9 +44,6 @@ def Mutate(cls, inConfig):
def Colour(self, inName):
return self.colours[inName]

def FTPName(self):
return self.ftpname

def FTPServer(self):
return self.ftpserver

Expand Down

0 comments on commit ee3a6c1

Please sign in to comment.