mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#988)
This commit is contained in:
parent
d45e9e2473
commit
8fa4758ebe
5 changed files with 7 additions and 8 deletions
|
@ -40,7 +40,6 @@ if ($row = DB()->fetch_row($sql)) {
|
|||
$user_email = $row['user_email'];
|
||||
$user_lang = $row['user_lang'];
|
||||
|
||||
|
||||
if (isset($_POST['submit'])) {
|
||||
$subject = trim(html_entity_decode($_POST['subject']));
|
||||
$message = trim(html_entity_decode($_POST['message']));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue