Browse Source

Added more debug links to dashboard

pull/40/head
Michael Save 11 years ago
parent
commit
b85b4a5a75
  1. 4
      templates/mod/dashboard.html

4
templates/mod/dashboard.html

@ -121,6 +121,10 @@
<legend>{% trans 'Debug' %}</legend> <legend>{% trans 'Debug' %}</legend>
<ul> <ul>
<li><a href="?/debug/antispam">{% trans 'Anti-spam' %}</a></li> <li><a href="?/debug/antispam">{% trans 'Anti-spam' %}</a></li>
<li><a href="?/debug/recent">{% trans 'Recent posts' %}</a></li>
{% if mod|hasPermission(config.mod.debug_sql) %}
<li><a href="?/debug/sql">{% trans 'SQL' %}</a></li>
{% endif %}
</ul> </ul>
</fieldset> </fieldset>
{% endif %} {% endif %}

Loading…
Cancel
Save