This commit is contained in:
Savetheinternet 2011-12-05 16:49:24 +11:00
parent d4dc36cd74
commit 799af6907a

View File

@ -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']);