Magellan Linux

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

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

revision 7739 by niro, Tue Nov 3 10:56:58 2015 UTC revision 7740 by niro, Tue Nov 3 10:58:03 2015 UTC
# 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    $drop['enabled'] = 'ignore';
108    $drop['filename'] = 'ignore';
109    $drop['autostart'] = array('0','1');
110    
111  // GGF. NEUEN DATENSATZ EINFÜGEN  // GGF. NEUEN DATENSATZ EINFÜGEN
112  if(isset($_POST['do_add']))  if(isset($_POST['do_add']))
113  {  {

Legend:
Removed from v.7739  
changed lines
  Added in v.7740