mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor cleanup
This commit is contained in:
parent
0d2db32539
commit
c045afd842
4 changed files with 6 additions and 6 deletions
|
|
@ -17,5 +17,5 @@ class Filesystem(GenericFilesystem):
|
|||
raise SqlmapUnsupportedFeatureException(errMsg)
|
||||
|
||||
def writeFile(self, wFile, dFile, fileType=None, forceCheck=False):
|
||||
errMsg = "on H2 it is not possible to read files"
|
||||
errMsg = "on H2 it is not possible to write files"
|
||||
raise SqlmapUnsupportedFeatureException(errMsg)
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ class Filesystem(GenericFilesystem):
|
|||
raise SqlmapUnsupportedFeatureException(errMsg)
|
||||
|
||||
def writeFile(self, wFile, dFile, fileType=None, forceCheck=False):
|
||||
errMsg = "on HSQLDB it is not possible to read files"
|
||||
errMsg = "on HSQLDB it is not possible to write files"
|
||||
raise SqlmapUnsupportedFeatureException(errMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue