Skip to content

Commit

Permalink
Added [F+] and [F*]
Browse files Browse the repository at this point in the history
Added [F+] (Delete all files by this IP on this board) and [F*] (Delete all files by this IP in this thread) to Global Volunteer, Board Owner and Board Volunteer accounts
  • Loading branch information
austinlgray committed Aug 15, 2017
1 parent 7247677 commit cb5b013
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@
'/(\%b)/edit(_raw)?/(\d+)' => 'secure_POST edit_post', // edit post
'/(\%b)/delete/(\d+)' => 'secure delete', // delete post
'/(\%b)/deletefile/(\d+)/(\d+)' => 'secure deletefile', // delete file from post
'/(\%b)/deletefilebyip/(\d+)/(\d+)' => 'secure deletefilebyip', // delete file by IP address from post
'/(\%b)/deletefilebyip/(\d+)/(\d+)(/thread)?' => 'secure deletefilebyip_thread', // delete file by IP address from post
'/(\%b+)/spoiler/(\d+)/(\d+)' => 'secure spoiler_image', // spoiler file
'/(\%b+)/spoiler_all/(\d+)' => 'secure spoiler_images', // spoiler file
'/(\%b)/deletebyip/(\d+)(/global)?' => 'secure deletebyip', // delete all posts by IP address
Expand Down

0 comments on commit cb5b013

Please sign in to comment.