swirly
Active Member
- Messages
- 1,930
- Reaction score
- 0
- Points
- 36
ok i need to set a cron job to do this
$turnsper = 5; // X turns
$perminutes = 15; // per Y minutes
$turnoffset = 0; // in case we don't run exactly 0 minutes after the hour
// Note: perminutes must divide evenly into 60
to increase turns by 5 every 15 min....i can make it a lil longer in between but it cant be 2 long....
$turnsper = 5; // X turns
$perminutes = 15; // per Y minutes
$turnoffset = 0; // in case we don't run exactly 0 minutes after the hour
// Note: perminutes must divide evenly into 60
to increase turns by 5 every 15 min....i can make it a lil longer in between but it cant be 2 long....