array ("request", "integer", 0), ); getFields($fields); if (!$id) { $msg->raise('Error', "aws", _("No Statistics selected!")); } else { $r=$aws->get_stats_details($id); if ($r) { $id=$r["id"]; $hostname=$r["hostname"]; $awsusers=$r["users"]; $hostaliases=$r["hostaliases"]; $public=$r["public"]; } } include("aws_add.php"); exit(); ?>