Jump to content

How i can change the pilot number when the pilot join ?


Recommended Posts

  • Moderators
Posted

in your local.config.php is a line for that iff not copy it out off your app.config.php in to your local.config.php and change it from 1xxx to 6xxx then it will always use the next number from 6xxxx

gr joeri

Guest lorathon
Posted

Put this in your local.config.php

Modify at will


Config::Set('PILOTID_OFFSET', 0);	# What # to start pilot ID's from
Config::Set('PILOTID_LENGTH', 4);	# Length of the Pilot ID


Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...