Browse Source

Rebuild index pages after deleting all posts by an IP address

pull/40/head
Savetheinternet 13 years ago
parent
commit
6c25d7d08f
  1. 2
      mod.php

2
mod.php

@ -1119,6 +1119,8 @@
deletePost($post['id'], false);
}
buildIndex();
if(isset($_SERVER['HTTP_REFERER']))
header('Location: ' . $_SERVER['HTTP_REFERER'], true, $config['redirect_http']);
else

Loading…
Cancel
Save