Jump to content

Recommended Posts

Posted

Hello

I have a tiny problem when changing a pilots ID on my phpvms site. I know about the off set of 0. So when I try to change an ID to 301 I get 0301 is there any way to make it so it changes to 301 with no offset.

Thanks

Icebox

  • 2 years later...
  • Moderators
Posted

Hello Costas!

You will have to open local_config.php and change from (it has to be on line 37):

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

to:

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

Welcome...

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