You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.
Hello, i use fskeeper like ACARS service, but always the fuel in phpvms it's on lbs converted.
When export the flight in keeper, the weight fuel it's on kg, but when it's imported in phpvms they convert this value to lbs.
I modified the local.config.php and the admin.config.php with this settings:
Units settings
Config::Set('WeightUnit', '0'); # 0=Kg 1=lbs
Config::Set('DistanceUnit', '2'); # 0=KM 1= Miles 2=NMiles
Config::Set('SpeedUnit', '1'); # 0=Km/H 1=Kts
Config::Set('AltUnit', '1'); # 0=Meter 1=Feet
Config::Set('LiquidUnit', '2'); # 0=liter 1=gal 2=kg 3=lbs
Config::Set('WelcomeMessage', 'phpVMS/FSPAX ACARS'); # Welcome Message
Config::Set('LIQUID_UNIT_NAMES', array('liter','gal','kg','lbs'));
But the phpvms PIREPS the fuel stay in lbs.
Regards
The text was updated successfully, but these errors were encountered: