1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-25 16:00:22 +01:00

syslog() new posts

This commit is contained in:
Savetheinternet 2011-12-05 16:44:00 +11:00
parent 533b211327
commit 002db075c1

View File

@ -598,6 +598,7 @@
}
_syslog(LOG_INFO, 'New post: ' . $redirect);
rebuildThemes('post');
header('Location: ' . $redirect, true, $config['redirect_http']);