WLAN-Pi / wlanpi-webui

a web app for the WLAN Pi
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

remove dependency on PHP to determine IPv4 of the client browser #24

Closed joshschmelzle closed 2 years ago

joshschmelzle commented 2 years ago

I don't want to have a dependency on PHP unless there is a good reason to. The only thing that depends on it at the moment is when a user clicks Start. The IPv4 from the client through browser is displayed. Currently, it's broke when PHP is not installed:

image
joshschmelzle commented 2 years ago

It was decided to remove the feature to display the local IP of the user on this screen. This enabled us to remove a depends on php and also not spend time figuring out an alternative.