Changeset 1601 for feedmelinks

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

w3c can't handle POST; bitches.

Files:

Legend:

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

    r1448 r1601  
    215215 
    216216<br /> 
    217 <form name="login_form" action="<?= $page ?>" method="POST"> 
     217<form name="login_form" action="<?= $page ?>" method="post"> 
    218218        <input type="hidden" name="op" value="login" /> 
    219219        <input type="hidden" name="debug" value="<?= $debug ?>" /> 
     
    345345<?php } ?> 
    346346 
    347 <form name="create_account_form" id="create_account_form" action="<?= $page ?>" method="POST" onSubmit="return(validateForm(this));"> 
     347<form name="create_account_form" id="create_account_form" action="<?= $page ?>" method="post" onSubmit="return(validateForm(this));"> 
    348348        <input type="hidden" name="debug" value="<?= $debug ?>" /> 
    349349        <input type="hidden" name="op" value="createAccount" />