array ("request", "string", ""), "password" => array ("request", "string", ""), "passconf" => array ("request", "string", ""), ); getFields($fields); if (!$quota->cancreate("mysql_users")) { // $error=_("err_mysql_1"); include("sql_users_add.php"); exit; } if (!$mysql->add_user($usern,$password,$passconf)) { $error=$err->errstr(); include("sql_users_add.php"); exit; } include("sql_users_list.php"); ?>