I just found a new fuel setting in app.config and have replaced the above with it. How do I get it fix the PIREPS that are already filed? I didn't see a reset in the maintenance section?
# Fuel info
/* Default fuel price, for airports that don't have
And the surcharge percentage. View the docs
for more details about these
*/
Config::Set('FUEL_GET_LIVE_PRICE', true);
Config::Set('FUEL_DEFAULT_PRICE', '.423');
Config::Set('FUEL_SURCHARGE', '5');