This commit is contained in:
Savetheinternet 2011-12-05 16:45:06 +11:00
parent 002db075c1
commit 9fe4bb65fb

View File

@ -598,7 +598,7 @@
} }
_syslog(LOG_INFO, 'New post: ' . $redirect); _syslog(LOG_INFO, 'New post: ' . $root . $board['dir'] . $config['dir']['res'] . sprintf($config['file_page'], $OP?$id:$post['thread']) . (!$OP?'#'.$id:''));
rebuildThemes('post'); rebuildThemes('post');
header('Location: ' . $redirect, true, $config['redirect_http']); header('Location: ' . $redirect, true, $config['redirect_http']);