array ("request", "string", ""), "login" => array ("request", "string", ""), "pass" => array ("request", "string", ""), "passconf" => array ("request", "string", "") ); getFields($fields); if ($pass != $passconf) { $msg->raise('Error', "aws", _("Passwords do not match")); }else{ $r=$aws->add_login($prefixe.(($login)?"_":"").$login,$pass); if ($r) { $msg->raise('INFO', "aws", _("The Awstat account has been successfully created")); } } include("aws_users.php"); exit(); ?>