I am adding a laptop checkout function to our helpdesk.
People from all over the state go to the helpdesk, but only people
in the main two buildings here in town will ever need to check out
a laptop, so I was attempting to only show the link that goes to
the laptop checkout form based on the client's IP address.
I had found an example of this online about a month ago and
copied it and put it to use and believed it was working, however it
only seems to be working for certain people inside the IP range I
set instead of the entire range. There are two different IP ranges,
one for each of the main buildings here, I changed the IP for them
in the example code to 11.111.11 and 22.222.22 respectively. Any
help in the matter is appreciated.