Quote:
Originally Posted by El Burro
Thanks sorry too busy on a Friday night to read even two posts back ...
Anyway to change the lotterry draw time to 21:00 GMT+1
|
Not really, it would require altering the code manually, but if you want to give it a try:
Line 219 in the casino_update.php file, cron folder:
Quote:
$nextdrawtime = mktime(21,0,0,$month,$day + $daysleft);
|
The "21" is the hour, so that's the first thing to change.
You also need to change the time the scheduled task goes off to match what you change this too.