Magellan Linux

Diff of /alx-src/branches/alx-web-070/show.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7134 by niro, Tue Sep 15 08:18:35 2015 UTC revision 7135 by niro, Tue Sep 15 08:20:15 2015 UTC
# Line 80  $drop['client_version_os'] = 'show'; Line 80  $drop['client_version_os'] = 'show';
80  $drop['client_version_utils'] = 'show';  $drop['client_version_utils'] = 'show';
81  $drop['hwdetected'] = 'ignore';  $drop['hwdetected'] = 'ignore';
82    
83  // ACHTUNG!!! wlan_-Felder heißen eigentlich wireless_  // ACHTUNG!!! wlan_-Felder heißen eigentlich wireless_
84  $drop['wireless_mode'] = array('', 'managed', 'ad-hoc', 'master', 'repeater', 'secondary', 'monitor', 'auto');  $drop['wireless_mode'] = array('', 'managed', 'ad-hoc', 'master', 'repeater', 'secondary', 'monitor', 'auto');
85  $drop['wireless_auth_mode'] = array('', 'wep', 'wpa', 'wpa2', 'off');  $drop['wireless_auth_mode'] = array('', 'wep', 'wpa', 'wpa2', 'off');
86  $drop['wireless_key_length'] = array('', '64', '128', '256');  $drop['wireless_key_length'] = array('', '64', '128', '256');
# Line 104  array_unshift($storefront_apps, ""); Line 104  array_unshift($storefront_apps, "");
104  // hackish, fix me  // hackish, fix me
105  for ($i=0; $i<999; $i++) { $drop['cfg_sessions_storefront_'.$i.'_session'] = $storefront_apps; }  for ($i=0; $i<999; $i++) { $drop['cfg_sessions_storefront_'.$i.'_session'] = $storefront_apps; }
106    
107  // GGF. NEUEN DATENSATZ EINFÜGEN  // GGF. NEUEN DATENSATZ EINFÃœGEN
108  if(isset($_POST['do_add']))  if(isset($_POST['do_add']))
109  {  {
110   list($bla,$what) = explode(' ',$_POST['do_add']);   list($bla,$what) = explode(' ',$_POST['do_add']);

Legend:
Removed from v.7134  
changed lines
  Added in v.7135