License Key format

Page: 1

Author Post
Member
Registered: Jan 2013
Posts: 21
Hi Byron, I am trying to add a few more license keys to my options.js file. can I check what is the correct format

At the moment I have:

licenseKey: "xxxxxxxxxxx",

To add extra ones should it be

licenseKey: "xxxxxxxxxxx", "xxxxxxxxxxx", "xxxxxxxxxxx",

Many thanks for your assistance
Administrator
Registered: Aug 2008
Posts: 3382
licenseKey: "xxxxxxxxxxx xxxxxxxxxxx xxxxxxxxxxx",

...or...

licenseKey: "xxxxxxxxxxx,xxxxxxxxxxx,xxxxxxxxxxx",

...or...

licenseKey: "xxxxxxxxxxx, xxxxxxxxxxx, xxxxxxxxxxx",

(A single quoted string with individual license keys separated by spaces and/or commas.)

Cheers...

Page: 1