Back to Zammad

403

public/403-mobile.html

7.0.1419 B
Original Source

403

<% if !@traceback %>

Forbidden

Sorry, but you're not allowed to access this page. If you're registered please log in and refresh this page.

<% if @message.present? %>

<%= @message %>

<% end %> <% else %>

<%= @exception.message %>
<% if @exception.backtrace %><% @exception.backtrace.each {|row| %>
<%= row %>
<% } %><% end %>

<% end %>