Disallow unknown referers by default

This commit is contained in:
Jamie Cameron
2008-02-08 22:48:02 +00:00
parent 94fba9b3b5
commit 604e09ed20
8 changed files with 22 additions and 5 deletions

View File

@ -232,6 +232,7 @@ foreach $c (@info_order) {
# Password free text
$field = &ui_password($c, undef, $p[2] || 40, 0, $p[3]);
}
$label = "<a name=$c>$label</a>";
print &ui_table_row($label, $field, 1, [ "width=30% nowrap" ]);
}
}