proper naming

This commit is contained in:
Bernardo Damele
2012-07-06 15:13:50 +01:00
parent 373fea03a3
commit fb7fe552b7
4 changed files with 9 additions and 15 deletions

View File

@@ -20,11 +20,6 @@ class Filesystem(GenericFilesystem):
GenericFilesystem.__init__(self)
def unionReadFile(self, rFile):
errMsg = "PostgreSQL does not support file reading with UNION "
errMsg += "query SQL injection technique"
raise sqlmapUnsupportedFeatureException, errMsg
def stackedReadFile(self, rFile):
infoMsg = "fetching file: '%s'" % rFile
logger.info(infoMsg)