From 4454904461fc13931f1c4a509804b0f86d7ed65f Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Mon, 5 Dec 2011 16:44:00 +1100 Subject: [PATCH] syslog() new posts --- post.php | 1 + 1 file changed, 1 insertion(+) diff --git a/post.php b/post.php index b930bd3d..1c3dc2e7 100644 --- a/post.php +++ b/post.php @@ -598,6 +598,7 @@ } + _syslog(LOG_INFO, 'New post: ' . $redirect); rebuildThemes('post'); header('Location: ' . $redirect, true, $config['redirect_http']);