Changeset 1602

Show
Ignore:
Timestamp:
08/16/08 22:25:13 (3 months ago)
Author:
jm3
Message:

no POST

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/users.php

    r1441 r1602  
    111111                if( ! isSuperUser( $userId )) { 
    112112                        if( $u && $u != $userId ) { %> 
    113                 <form name="flag_user_form" action="/diespammersdie/report" method="POST"> 
     113                <form name="flag_user_form" action="/diespammersdie/report" method="post"> 
    114114                        <input type="hidden" name="user" value="<%= $userId %>" /> 
    115115                        <input type="submit" value="Report <?= $userId ?> for spamming?" /> 
     
    118118 
    119119        <% if( isJJE( $u ) && $u != $userId ) { %> 
    120                 <form name="snuff_user_form" action="/admin/snuff" method="POST"> 
     120                <form name="snuff_user_form" action="/admin/snuff" method="post"> 
    121121                        <input type="hidden" name="user" value="<%= $userId %>" /> 
    122122                        <input type="submit" style="background-color: pink;" value="End this user's pathetic life?" />