- explained error code 999
- added missing header for this scoreboard
<h1>Top {{software}} used software</h1>
{% elif originator %}
<h1>TOP {{originator}} scripts</h1>
+ {% elif error_code %}
+ <h1>TOP {{error_code}} error codes</h1>
{% endif %}
{% endblock %}
{% endblock %}
{% block footer %}
+ {% if error_code %}
+ <h2>Please note to error codes:</h2>
+ <ul>
+ <li>Error code 999 is fake and covers a lot of reasons why the domain/instance is not reachable. Mostly that the domain is not resolvable or the server refused connection.</li>
+ </ul>
+ {% endif %}
<a href="{{base_url}}/">Index</a> /
{{ super() }}
{% endblock %}