Menu

#1 Fix for hits.pl for Quarter changes

open
None
7
2001-04-11
2001-04-04
No

When transitioning to a new quarter, the hits.pl script
doesn't auto-create the directory to store new web-hits
data. Fixing this is a matter of adding one line of
code. Rahter than download the small file, you can
just search for $LOG=$ACCESS_LOG; and add the following
line after it:
if (! -e "$base/$quarter") {mkdir "$base/$quarter",
0770;}

Discussion

  • Anonymous

    Anonymous - 2001-04-04

    hits.pl

     
  • Anonymous

    Anonymous - 2001-04-11
    • priority: 5 --> 7
    • assigned_to: nobody --> glenstewart
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.