This commit is contained in:
Gabriel Pedro
2016-05-11 18:32:51 -04:00
parent 42195da9dc
commit 4e18cb3c66
8 changed files with 22 additions and 12 deletions

View File

@@ -165,7 +165,7 @@ if ($view !== false) {
'username'=> getValue($_POST['username']),
'subject' => getValue($_POST['subject']),
'message' => getValue($_POST['message']),
'ip' => ip2long(getIP()),
'ip' => getIPLong(),
'creation' => time(),
'status' => 'Open'
);