Magellan Linux

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

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

revision 7741 by niro, Tue Nov 3 10:59:15 2015 UTC revision 7742 by niro, Tue Nov 3 11:00:17 2015 UTC
# Line 132  if($_POST['do_upl']) Line 132  if($_POST['do_upl'])
132    
133   $arr = array();   $arr = array();
134   foreach($_POST as $k=>$v)   foreach($_POST as $k=>$v)
135     {
136   if((substr($k,0,$prelen)==$prefix) && ($v!='KEEPPASS'))   if((substr($k,0,$prelen)==$prefix) && ($v!='KEEPPASS'))
137   $arr[substr($k,$prelen)] = stripslashes($v);   $arr[substr($k,$prelen)] = stripslashes($v);
138     }
139    
140   return $arr;   return $arr;
141   }   }

Legend:
Removed from v.7741  
changed lines
  Added in v.7742