From 853dc8b41fc70b3fc85930481bf95e1dfcaba90c Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Thu, 13 Nov 2014 00:30:39 +0100 Subject: port to ruby2.1 --- not_found.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'not_found.cgi') diff --git a/not_found.cgi b/not_found.cgi index 21ae67e..5ffb37b 100755 --- a/not_found.cgi +++ b/not_found.cgi @@ -19,7 +19,7 @@ # along with dudle. If not, see . # ############################################################################ -require "dudle" +require_relative "dudle" if File.exists?(Dir.pwd + File.dirname(ENV["REDIRECT_URL"])) $d = Dudle.new(:hide_lang_chooser => true) else -- cgit v1.2.3