--- alx-src/branches/alx-web-070/show.php 2015/11/03 10:59:15 7741 +++ alx-src/branches/alx-web-070/show.php 2015/11/03 11:00:17 7742 @@ -132,8 +132,10 @@ $arr = array(); foreach($_POST as $k=>$v) + { if((substr($k,0,$prelen)==$prefix) && ($v!='KEEPPASS')) $arr[substr($k,$prelen)] = stripslashes($v); + } return $arr; }