From c6453a6e1051bb75f1adf18d9b2fbb635983fe8e Mon Sep 17 00:00:00 2001 From: erwanlr Date: Thu, 27 Feb 2014 11:15:17 +0100 Subject: [PATCH] Useless code removed --- lib/common/common_helper.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/common/common_helper.rb b/lib/common/common_helper.rb index 97d3f15c..18212b57 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -97,11 +97,7 @@ def banner puts ' \\/ \\/ |_| |_____/ \\___|\\__,_|_| |_|' puts puts ' WordPress Security Scanner by the WPScan Team ' - if REVISION - puts " Version #{version}" - else - puts " Version #{version}" - end + puts " Version #{version}" puts ' Sponsored by the RandomStorm Open Source Initiative' puts ' @_WPScan_, @ethicalhack3r, @erwan_lr, pvdl, @_FireFart_' puts '_______________________________________________________________'