Browse Source

syslog() new posts

pull/40/head
Savetheinternet 13 years ago
parent
commit
4454904461
  1. 1
      post.php

1
post.php

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

Loading…
Cancel
Save