mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-07-31 20:22:00 -07:00
More error cleanup
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
}
|
||||
|
||||
|
||||
$reinf=syndrome($post['act']);
|
||||
$reinf=syndrome(filter_int($post['act']));
|
||||
|
||||
if ($post['lastposttime']) {
|
||||
$sincelastpost = 'Since last post: '.timeunits(ctime()-$post['lastposttime']);
|
||||
|
Reference in New Issue
Block a user