Q: authenticate several clients at once? #152
-
Hi. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There isn't a specific function for that but you can simply implement such a feature with your own PHP code by cycling through an array of MAC address and requesting an authorization for of them. Like with the other question; there are a lot of good resources to get you started with some basic PHP programming skills, I'm afraid I can't help you out with that. |
Beta Was this translation helpful? Give feedback.
-
Hi. This is my version of "auth_guest_basic.php" now:
|
Beta Was this translation helpful? Give feedback.
Hi.
Thanks ... I found a solution and tried it like this ... works for me:
This is my version of "auth_guest_basic.php" now: