mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02: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