Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear experts,
i've got an syntax error when i click the reload button, and the capture shows as below: and the chinese is telling that an syntax error occurs...
i edit a hidden script to configure the access using the basic code as below shows. but it didn't work...Could anyone help me?
Thanks in advance!!
SECTION
Access;
load * inline[
ACCESS, USERID, PASSWORD
ADMIN, ADMIN, ADMIN
USER, USER1, U1
USER, USER2, U2
];
Try this:
SECTION access;
Access:
load * inline [
ACCESS, USERID, PASSWORD
ADMIN, ADMIN, ADMIN
USER, USER1, U1
USER, USER2, U2
];
- Marcus