array ("request", "integer", ""), "create" => array ("get", "integer", "0"), "dir" => array ("get", "string", "0"), ); getFields($fields); } if (!$id && !$create) { $error=_("Neither a creation nor a edition"); include_once("foot.php"); exit(); } if (!$id && $create) { //creation echo "

"._("Create a FTP account")."

"; } else { echo "

"._("Editing a FTP account")."

"; $rr=$ftp->get_ftp_details($id); if (!$rr) { $error=$err->errstr(); } } ?> $error

"; } ?>
 _ " size="20" maxlength="64" />
" size="20" maxlength="64" />

" onclick='return ftp_check_pass();' />   " onclick="document.location='ftp_list.php'"/>

ftp_edit_pass_toggle();'; } include_once("foot.php"); ?>