From 76c92ed8af432a25c6090f6e7aa95d279e6f873f Mon Sep 17 00:00:00 2001 From: xntrik Date: Sat, 26 Feb 2011 01:58:29 +0000 Subject: [PATCH] issue 246 : commented out the entire lib/ui/zombies/zombies.rb file - i dont think its used anymore git-svn-id: https://beef.googlecode.com/svn/trunk@764 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- lib/ui/zombies/zombies.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ui/zombies/zombies.rb b/lib/ui/zombies/zombies.rb index 09b0fb5a1..2cbc34a48 100644 --- a/lib/ui/zombies/zombies.rb +++ b/lib/ui/zombies/zombies.rb @@ -1,3 +1,4 @@ +=begin module BeEF module UI @@ -99,4 +100,5 @@ class Zombies < BeEF::HttpController end end -end \ No newline at end of file +end +=end