diff --git a/post.php b/post.php index 6d708b9c..1139b1ec 100644 --- a/post.php +++ b/post.php @@ -598,7 +598,7 @@ } - _syslog(LOG_INFO, 'New post: ' . $root . $board['dir'] . $config['dir']['res'] . sprintf($config['file_page'], $OP?$id:$post['thread']) . (!$OP?'#'.$id:'')); + _syslog(LOG_INFO, 'New post: /' . $board['dir'] . $config['dir']['res'] . sprintf($config['file_page'], $OP?$id:$post['thread']) . (!$OP?'#'.$id:'')); rebuildThemes('post'); header('Location: ' . $redirect, true, $config['redirect_http']);