commit | dd3ae82cec3e9686e331c1141151af6f2185e74e | [log] [tgz] |
---|---|---|
author | Andreu Huguet <andreuhuguet@gmail.com> | Tue Sep 15 18:27:51 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 15 18:27:51 2020 +0200 |
tree | 8c2f8c814acc9433f2748053bce288dba7e37e17 | |
parent | fc1e8334f9355b1b24c070533b347bda0db490cd [diff] [blame] |
Changed method from GET to POST
diff --git a/main.php b/main.php index 1578ece..85b11e3 100644 --- a/main.php +++ b/main.php
@@ -125,7 +125,7 @@ </div> <div id="message-board"> - <form action="./php/send_thread.php"> + <form action="./php/send_thread.php" method="POST"> <input type="text" name="msg-content" placeholder="Que es cagui de por" /> <input type="hidden" name="killer-id" value="<?=(int)$user->id?>"> <input type="hidden" name="victim-id" value="<?=(int)$user->quimata?>">