Browse Source

..

pull/40/head
Savetheinternet 12 years ago
parent
commit
799af6907a
  1. 2
      post.php

2
post.php

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

Loading…
Cancel
Save