Melli
1
somebody knows how to set up a cronjob for resetting acars?
i have in my phpvms folder a maintance.php but i dont use it,because i dont know what this file exactly do with my database.
i see something inside “reset hours” and so on…that is not what im looking for.
i only need to reset acars…
Parkho
2
Do you mean to reset ACARS map not show recent flights? If yes you need to go to “local.config.php” and look for the following:
Config::Set('ACARS_LIVE_TIME', 720);
By default it’s set to show recent flights on ACARS map for 720 minutes. You can change that time to as low as 1 minute.
Melli
3
ahh ok … iwill try. thx parkho
TAV1702
5
Parkho beat me to it. That is how I would do it as well. Just adjust it via the config file.