SECURITY: Stop showing all mods poster IDs

I'm retarded
This commit is contained in:
8chan 2014-10-12 18:31:00 -07:00
parent 9bf6ebec43
commit 16c613dad0

View File

@ -1,4 +1,4 @@
{% if config.poster_ids or mod %} {% if config.poster_ids or (mod|hasPermission(config.mod.show_ip_less, board.uri)) %}
{% if post.thread %} {% if post.thread %}
ID: <span class="poster_id">{{ poster_id(post.ip, post.thread, board.uri) }}</span> ID: <span class="poster_id">{{ poster_id(post.ip, post.thread, board.uri) }}</span>
{% else %} {% else %}