From: Steinar H. Gunderson Date: Sun, 6 Aug 2006 12:44:09 +0000 (+0200) Subject: Fix newevent.html. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=95ce45f17b1a990773d3c5a92e974e663f452e22 Fix newevent.html. --- diff --git a/perl/Sesse/pr0n/pr0n.pm b/perl/Sesse/pr0n/pr0n.pm index c628541..0813d03 100644 --- a/perl/Sesse/pr0n/pr0n.pm +++ b/perl/Sesse/pr0n/pr0n.pm @@ -34,7 +34,7 @@ sub handler { return Apache2::Const::OK; } elsif ($uri eq '/newevent.html') { $r->content_type('text/html; charset=utf-8'); - $r->sendfile(Sesse::pr0n::Common::get_base($r) . "newevent.html"); + $r->sendfile(Sesse::pr0n::Common::get_base($r) . "files/newevent.html"); return Apache2::Const::OK; } elsif ($uri =~ m#^/webdav#) { return Sesse::pr0n::WebDAV::handler($r);