aboutsummaryrefslogtreecommitdiff
path: root/not_found.cgi
diff options
context:
space:
mode:
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