cancreate("ftp")) { $error=_("You cannot add any new ftp account, your quota is over."); $fatal=1; } $fields = array ( "id" => array ("post", "integer", 0), "prefixe" => array ("post", "string", ""), "login" => array ("post", "string", ""), "dir" => array ("post", "string", ""), "pass" => array ("post", "string", ""), "passconf" => array ("post", "string", ""), "submit" => array ("post", "string", ""), ); getFields($fields); ?>



$error

"; if (isset($fatal) && $fatal) { include_once("foot.php"); exit(); } } ?>
 _ 
" /> " onclick="document.location='ftp_list.php'"/>
show_help("ftp_add"); ?>