mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-19 05:56:18 +00:00
Minor consistency patch (Issue #475)
This commit is contained in:
parent
e3124b9176
commit
017ce22a2f
5 changed files with 9 additions and 9 deletions
|
|
@ -33,7 +33,7 @@ class DBMS:
|
|||
PGSQL = "PostgreSQL"
|
||||
SQLITE = "SQLite"
|
||||
SYBASE = "Sybase"
|
||||
HSQLDB = "HyperSQL"
|
||||
HSQLDB = "HSQLDB"
|
||||
|
||||
class DBMS_DIRECTORY_NAME:
|
||||
ACCESS = "access"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue