raspap-webgui/ajax/networking
glaszig 3db99c7d21 * escape html entities in network interface settings
the command `ip address show eth0` returns
special characters like "<" and ">" which, if left
unescaped and shown on the page, will create
arbitrary html elements and hide information.

* show interface settings inside unstyled pre block

interface properties should be parsed and displayed
in a proprietary and pretty manner. until then, give
use the raw output of `ip address show`
2019-07-31 04:04:38 +02:00
..
gen_int_config.php changed call to parse_ini_file() to use INI_SCANNER_RAW, so that ini values are parsed as expected 2019-07-18 04:17:19 +08:00
get_all_interfaces.php Implemented start of web interface to update Static IP addresses or use DHCP. 2017-10-28 02:40:30 +08:00
get_int_config.php Don't allow to read ini file everywhere on filesystem. 2018-08-06 15:02:57 +02:00
get_ip_summary.php * escape html entities in network interface settings 2019-07-31 04:04:38 +02:00
save_int_config.php Initial commit to enable logging for hostapd 2017-11-02 22:13:36 +08:00