Ilai Posted June 4, 2018 Report Posted June 4, 2018 Hey, how I change the pilot ID from 4 numbers to 3 numbers ? EXAMPLE: I want XXX001 and not XXX0001 thanks ! Quote
flyalaska Posted June 4, 2018 Report Posted June 4, 2018 1 hour ago, Ilai said: Hey, how I change the pilot ID from 4 numbers to 3 numbers ? EXAMPLE: I want XXX001 and not XXX0001 thanks ! In core/local.config.php a little under the database info. Look for. Config::Set('PILOTID_LENGTH', 4); // The length of PID, including 0's Change the 4 to 3. Quote
Ilai Posted June 5, 2018 Author Report Posted June 5, 2018 (edited) 8 hours ago, flyalaska said: In core/local.config.php a little under the database info. Look for. Config::Set('PILOTID_LENGTH', 4); // The length of PID, including 0's Change the 4 to 3. Thank u, do u know how I add pilot list to widget in crew center? Edited June 5, 2018 by Ilai Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.