Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- in board.php
- find: around line 392
- foreach ($_POST['post'] as $val) {
- replace with
- foreach ($_POST['post'] as $val) {
- $posting_class->CheckCaptcha();
- find: around line 449
- do_redirect(KU_BOARDSPATH . '/' . $board_class->board['name'] . '/');
- replace with
- if(isset($_POST['reportpost'])){
- echo "<font color='#FF0000'>Report submitted! This window will close in 5 seconds...</font></h3><script language='JavaScript'>setTimeout('self.close()', 5000);</script><br><a href='javascript:self.close()'>Close</a>";
- }else{
- do_redirect(KU_BOARDSPATH . '/' . $board_class->board['name'] . '/');
- }
Advertisement
Add Comment
Please, Sign In to add comment