--- alx-src/branches/alx-web-070/show.php 2015/09/15 08:18:35 7134 +++ alx-src/branches/alx-web-070/show.php 2015/09/15 08:20:15 7135 @@ -80,7 +80,7 @@ $drop['client_version_utils'] = 'show'; $drop['hwdetected'] = 'ignore'; -// ACHTUNG!!! wlan_-Felder heißen eigentlich wireless_ +// ACHTUNG!!! wlan_-Felder heißen eigentlich wireless_ $drop['wireless_mode'] = array('', 'managed', 'ad-hoc', 'master', 'repeater', 'secondary', 'monitor', 'auto'); $drop['wireless_auth_mode'] = array('', 'wep', 'wpa', 'wpa2', 'off'); $drop['wireless_key_length'] = array('', '64', '128', '256'); @@ -104,7 +104,7 @@ // hackish, fix me for ($i=0; $i<999; $i++) { $drop['cfg_sessions_storefront_'.$i.'_session'] = $storefront_apps; } -// GGF. NEUEN DATENSATZ EINFÜGEN +// GGF. NEUEN DATENSATZ EINFÃœGEN if(isset($_POST['do_add'])) { list($bla,$what) = explode(' ',$_POST['do_add']);