mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Fix for an Issue #462
This commit is contained in:
@@ -879,7 +879,5 @@ class Connect(object):
|
|||||||
|
|
||||||
if getRatioValue:
|
if getRatioValue:
|
||||||
return comparison(page, headers, code, getRatioValue=False, pageLength=pageLength), comparison(page, headers, code, getRatioValue=True, pageLength=pageLength)
|
return comparison(page, headers, code, getRatioValue=False, pageLength=pageLength), comparison(page, headers, code, getRatioValue=True, pageLength=pageLength)
|
||||||
elif pageLength or page:
|
|
||||||
return comparison(page, headers, code, getRatioValue, pageLength)
|
|
||||||
else:
|
else:
|
||||||
return False
|
return comparison(page, headers, code, getRatioValue, pageLength)
|
||||||
|
|||||||
Reference in New Issue
Block a user