mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-11-29 08:56:51 +01:00
resolves #214
This commit is contained in:
@@ -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'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user