Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix application path - warvox - VoIP based wardialing tool, forked from rapid7/…
Log
Files
Refs
README
---
commit 09db7333d2726e689a3cdcbac1b76f26fe636a28
parent 14fe5672e942677d90cc9cca069a8b7d87942958
Author: HD Moore <[email protected]>
Date: Wed, 26 Dec 2012 16:03:13 -0600
Fix application path
Diffstat:
M config/application.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config/application.rb b/config/application.rb
@@ -2,7 +2,7 @@ require File.expand_path('../boot', __FILE__)
require 'rails/all'
# Bootstrap the WarVOX code base
-$:.unshift(File.join(File.dirname(__FILE__), '..', '..', 'lib'))
+$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'warvox'
if defined?(Bundler)
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.