From: <ph...@de...> - 2001-02-08 18:20:12
|
On Thu, 8 Feb 2001 17:56:46 +0100, you wrote: => How about deleting the 10th version when inserting the 11th? No need to => move this into a cronjob. Or [newbie idea # xxxx]: How about deleting the Nth version, where N = $keep_level, to be defined in config.php? (and $keep_level == 0 never deletes). => Btw, there is a simple hack if you are not allowed to execute cron jobs: => use a page that gets called at certain intervals. E.g. I monitor the => availibilty of one of my sites with http://uptime.arsdigita.com/uptime/ => Uptime requests a certain page about every 20 minutes. All you need to do => is check the time and then perform your "cronjob" :o) Very nice. Is it generally dependable in your experience? Cheers, - Don |