--- alx-src/branches/alx-web-060/show.php 2011/07/07 19:49:18 2636 +++ alx-src/branches/alx-web-060/show.php 2011/07/07 20:00:42 2637 @@ -129,6 +129,8 @@ if ($retval == 0) { $citrix_public_applications = str_replace("'", "", $returned_citrix_sessions); + // add an empty value add the first position of the array as session-default + array_unshift($citrix_public_applications); for ($i=0; $i<999; $i++) { $drop['cfg_sessions_'.$i.'_session'] = $citrix_public_applications; } } else if($retval = 126) echo "pnabrowser-wrapper has no execute permission! please run chmod +x on ".$wwwroot."/pnabrowser-wrapper.";