mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Fix for Issue #177
This commit is contained in:
@@ -939,3 +939,9 @@ def posixToNtSlashes(filepath):
|
||||
|
||||
def ntToPosixSlashes(filepath):
|
||||
return filepath.replace('\\', '/')
|
||||
|
||||
def push(value):
|
||||
conf.stack.append(value)
|
||||
|
||||
def pop():
|
||||
return conf.stack.pop()
|
||||
Reference in New Issue
Block a user