Skip to content

Commit

Permalink
Updated to allow for logtoken usage of firehose.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Apr 4, 2007
1 parent fd01195 commit b50314a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Slash/Apache/User/User.pm
Expand Up @@ -250,6 +250,8 @@ sub handler {
||
($constants->{plugin}{ScheduleShifts} && $uri =~ m{^/shifts\.pl$})
||
($constants->{plugin}{FireHose} && $uri =~ m{^/firehose\.pl$})
||
# hmmm ... journal.pl no work, because can be called as /journal/
($constants->{journal_rdfitemdesc_html}
&& $form->{content_type} =~ $constants->{feed_types}
Expand Down

0 comments on commit b50314a

Please sign in to comment.