Feature #3136
closedCaptive Portal Increment Id
0%
Description
Assign the Pass-though Mac | Allowed IP Address | Allowed Hostnames static id's
that always increases when adding data rather then relaying on the foreach array
that dynamically asigning the $_GET id.
This can cause problems per say when you scrape the data to obtain the id for
a row delete. Since the id's change each time you add or remove a row and depending
on what current id or ip,hostname,mac number is being removed causes all the
remaining id's each time a data row is added or removed.
In the end it can cause the wrong id to be deleted.
Adding a numeric increment in the config and assign each data row its very own id
will correct this from happing. Since per say id 20 will never be used again it.
Even if the id reaches a silly number such as 100,000,000 its just a nine digit
number stored in the config array. No worse then a timestamp.