http://admin.sistemaslr.com.br/

Routing

front Matched route

Route Parameters

Name Value
sortBy
null

Route Matching Logs

Path to match: /
# Route name Path Log
1 fetch_title /ft.json Path does not match
2 user_popper /_up/{username} Path does not match
3 bad_phrase_list /site/bad_phrases/{page} Path does not match
4 bad_phrase_search /site/bad_phrases/search Path does not match
5 bad_phrase_debug /site/bad_phrases/debug Path does not match
6 bad_phrase_add /site/bad_phrases/add Path does not match
7 bad_phrase_remove /site/bad_phrases/remove Path does not match
8 banned /banned Path does not match
9 user_bans /bans/{page} Path does not match
10 ban_user /bans/ban_user/{username} Path does not match
11 unban_user /bans/unban_user/{username} Path does not match
12 ip_bans /bans/by_ip/{page} Path does not match
13 ban_ip /bans/ban_ip Path does not match
14 unban_ips /bans/unban_ips Path does not match
15 comment_post /f/{forum_name}/{submission_id}/{slug}/comment/{comment_id} Path does not match
16 comment_json /f/{forum_name}/{submission_id}/{slug}/comment/{comment_id}.{_format} Path does not match
17 edit_comment /f/{forum_name}/{submission_id}/{slug}/comment/{comment_id}/edit Path does not match
18 comment_form /comment_form/{forumName}/{submissionId}/{commentId} Path does not match
19 comment_delete_own /f/{forum_name}/{submission_id}/{slug}/comment/{comment_id}/delete_own Path does not match
20 comment_delete /f/{forum_name}/{submission_id}/{slug}/comment/{comment_id}/delete Path does not match
21 comment_delete_thread /f/{forum_name}/{submission_id}/{slug}/comment/{comment_id}/delete_thread Path does not match
22 comment_purge /f/{forum_name}/{submission_id}/{slug}/comment/{comment_id}/purge Path does not match
23 comment_restore /f/{forum_name}/{submission_id}/{slug}/comment/{comment_id}/restore Path does not match
24 comment_list /comments Path does not match
25 comment_vote /cv/{id}.{_format} Path does not match
26 multi /f/{names}/{sortBy} Path does not match
27 forum /f/{forum_name}/{sortBy}.{_format} Path does not match
28 edit_forum /f/{forum_name}/edit Path does not match
29 delete_forum /f/{forum_name}/delete Path does not match
30 forum_comments /f/{forum_name}/comments Path does not match
31 forum_appearance /f/{forum_name}/appearance Path does not match
32 forum_bans /f/{forum_name}/bans/{page} Path does not match
33 forum_ban_history /f/{forum_name}/bans/history/{username}/{page} Path does not match
34 forum_ban /f/{forum_name}/ban/{username} Path does not match
35 forum_unban /f/{forum_name}/unban/{username} Path does not match
36 forum_moderators /f/{forum_name}/moderators/{page} Path does not match
37 add_moderator /f/{forum_name}/add_moderator Path does not match
38 remove_moderator /f/{forum_name}/remove_moderator/{moderator_id} Path does not match
39 forum_trash /f/{forum_name}/trash Path does not match
40 moderation_log /f/{forum_name}/moderation_log/{page} Path does not match
41 global_moderation_log /moderation_log/{page} Path does not match
42 subscribe /f/{forum_name}/subscribe.{_format} Path does not match
43 unsubscribe /f/{forum_name}/unsubscribe.{_format} Path does not match
44 create_forum /create_forum Path does not match
45 forum_list /forums/{sortBy}/{page} Path does not match
46 forum_list_all /forums/all Path does not match
47 forum_tags /tags/{page} Path does not match
48 forum_tag /tag/{name}/{sortBy} Path does not match
49 forum_tag_edit /tag/{name}/edit Path does not match
50 forum_tag_legacy_redirect /c/{name}/{sortBy} Path does not match
51 front /{sortBy} Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.