aboutsummaryrefslogtreecommitdiff
path: root/not_found.cgi
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2014-11-13 00:30:39 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2014-11-13 00:30:39 +0100
commit853dc8b41fc70b3fc85930481bf95e1dfcaba90c (patch)
treec217614fbd3707b921408065e30869e8f1e08238 /not_found.cgi
parentdaaa0829051485d0c34f773ddfaeb71be9072158 (diff)
port to ruby2.1
Diffstat (limited to 'not_found.cgi')
-rwxr-xr-xnot_found.cgi2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. #
############################################################################
-require "dudle"
+require_relative "dudle"
if File.exists?(Dir.pwd + File.dirname(ENV["REDIRECT_URL"]))
$d = Dudle.new(:hide_lang_chooser => true)
else