mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 00:46:27 +02:00
fix md5 null
This commit is contained in:
parent
d8cacfa401
commit
e80adddf93
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
|||
'date' => htmlspecialchars($received['at']),
|
||||
'text' => htmlspecialchars($received['content']),
|
||||
'type' => 'received',
|
||||
'md5' => md5($received),
|
||||
'md5' => md5($received['at'] . $received['content']),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue