Jump to content

[Solved] Pilot ID


Daniel

Recommended Posts

In your core/local.config.php edit this line:

Config::Set('PILOTID_LENGTH', 4);	# Length of the Pilot ID

To however many numbers you want, so in you case it would be:

Config::Set('PILOTID_LENGTH', 3);	# Length of the Pilot ID

Jon

P.s. Make a backup og your local.config.php file before editing

Link to comment
Share on other sites

I believe it's just change

# After how long to mark a pilot inactive, in days
Config::Set('PILOT_AUTO_RETIRE', true);
Config::Set('PILOT_INACTIVE_TIME', 15);

To:

# After how long to mark a pilot inactive, in days
Config::Set('PILOT_AUTO_RETIRE', true);
Config::Set('PILOT_INACTIVE_TIME', 30);

Link to comment
Share on other sites

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...