Skip to content

Commit

Permalink
Quick fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianAker committed Aug 4, 2001
1 parent 273e4db commit d7539d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/Submit/submit.pl
Expand Up @@ -60,7 +60,7 @@ sub main {
},
previewstory => {
seclev => 0,
checks => ['max_post_check','update_formkeyid'],
checks => ['update_formkeyid'],
},
submitstory => {
seclev => 0,
Expand Down
2 changes: 1 addition & 1 deletion themes/slashcode/htdocs/submit.pl
Expand Up @@ -60,7 +60,7 @@ sub main {
},
previewstory => {
seclev => 0,
checks => ['max_post_check','update_formkeyid'],
checks => ['update_formkeyid'],
},
submitstory => {
seclev => 0,
Expand Down
4 changes: 2 additions & 2 deletions themes/slashcode/htdocs/users.pl
Expand Up @@ -62,14 +62,14 @@ sub main {
#I made this change, not all sites are going to care. -Brian
seclev => $constants->{users_show_info_seclev},
formname => $formname,
checks => ['max_reads_check'],
checks => [],
},
display => {
function => \&showInfo,
#I made this change, not all sites are going to care. -Brian
seclev => $constants->{users_show_info_seclev},
formname => $formname,
checks => ['max_reads_check'],
checks => [],
},
savepasswd => {
function => \&savePasswd,
Expand Down

0 comments on commit d7539d2

Please sign in to comment.