From 4fa6d51d93de46f6febae2db85b7c38fa90912e0 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Thu, 5 Jul 2012 16:26:50 +0100 Subject: [PATCH] improved issues link --- lib/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 3147e9560..b8fe72792 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -23,7 +23,7 @@ REVISION = getRevisionNumber() VERSION_STRING = "sqlmap/%s%s" % (VERSION, "-%s" % REVISION if REVISION else "") DESCRIPTION = "automatic SQL injection and database takeover tool" SITE = "http://sqlmap.org" -ISSUES_PAGE = "https://github.com/sqlmapproject/sqlmap/issues" +ISSUES_PAGE = "https://github.com/sqlmapproject/sqlmap/issues/new" ML = "sqlmap-users@lists.sourceforge.net" # minimum distance of ratio from kb.matchRatio to result in True