Rectify MSF_CFGROOT_CONFIG comment

Also remove reference to feature request that does not seem to be
available anymore.
bug/bundler_fix
Till Maas 2016-03-23 22:23:30 +01:00
parent 4906327bc2
commit 7f002128ad
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class Config < Hash
# @return [String] the base configuration directory
def self.get_config_root
# Use MSFCFGDIR environment variable first. See feature request #5797
# Use MSF_CFGROOT_CONFIG environment variable first.
val = Rex::Compat.getenv('MSF_CFGROOT_CONFIG')
if (val and File.directory?(val))
return val