|
|
||||||
|
Bookkeeper Lite Trigger Script | |||||
| ############################################## # The Book-Keeper Lite Snippet code begins here. # # Insert this code into a script that gets called # often on your site (counters are great). # # Change the following 2 variables as described # in the readme.txt file. $triggercutoff = 5; $datecmd = '/usr/bin/date'; chop ($hour = `$datecmd +"%H"`); # Check for daily maintenance if trigger time if ($hour < $triggercutoff) { require "./bookkeeper.pl"; &doneyet; } #End of trigger code ############################################### |
||||||
AutoContact|AutoMail|Bookkeeper|CountDown|CountLink| |
|