From 2350a3c74dba16148da7b21707e17fd7c4e8d707 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 13 Sep 2010 15:20:13 +0000 Subject: [PATCH] minor change --- lib/controller/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 68a195769..b43fde71b 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -305,7 +305,7 @@ def checkDynamicContent(*pages): payload = agent.fullPayload(" AND %s=%s" % (randInt, randInt)) result = Request.queryPage(payload) if result: - pass #do the same as above + pass #TODO: the same as above if kb.dynamicContent: infoMsg = "found probably removable dynamic lines"