diff options
Diffstat (limited to 'www/irc/irclogs.pl')
-rwxr-xr-x | www/irc/irclogs.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/irc/irclogs.pl b/www/irc/irclogs.pl index 44b0449746..b2e5f59642 100755 --- a/www/irc/irclogs.pl +++ b/www/irc/irclogs.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -#require "/home/dast/perl/date.pm"; +require "/home/dast/perl/date.pm"; opendir(DIR, ".") or die "Can't opendir()"; |