. * * Version 0.1 * Author: Octavio Benedi Sanchez */ function make_eth($input,$path,$interfaz) { global $url_plugin; global $section; global $plugin; $input=parse_interfaces($path); if ($interfaz=='eth0') { $list='
Ethernet
'; } $list.='
'; $list.='
"; } else { $list.=""; $list.=""; $list.=""; } $list.=""; $list.="
Static"; $list.=""; $list.="
"; $list.='IP address '; return $list; } ?>