A little module in admin center for those who want to send a PIREP warning email.
Install:
1- Unzip in the order of the folders.
2. Add this to your core_navigation.tpl in admin/templates for the access:
<li><a href="<?php echo adminurl('/pilotmanager');?>">Pilot Manager</a></li>
3. Cahnge your local.config.php this part:
Config::Set('PILOT_AUTO_RETIRE', true);
Config::Set('PILOT_INACTIVE_TIME', 90);
To your desire days like this:
Config::Set('PILOT_AUTO_RETIRE', true);
Config::Set('PILOT_INACTIVE_TIME', 3);
4. Access it by clicking on "Pilot Manager" under "site & settings"
Pictures:
*There's been an update*
Download at Github: Github.com/parkho