Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cgi/minutes.pl
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/minutes.pl')
-rwxr-xr-xcgi/minutes.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/minutes.pl b/cgi/minutes.pl
index 3bdd52a..a462254 100755
--- a/cgi/minutes.pl
+++ b/cgi/minutes.pl
@@ -12,7 +12,7 @@ my $q = new CGI;
my $channel = $q->param('channel');
my $file = $q->param('file');
-$file = "/var/log/supybot/MeetBot/$channel/meetings/$file";
+$file = "/srv/supybot/log/MeetBot/$channel/meetings/$file";
if (stat($file)) {
my $h = HTTP::Headers->new;