File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public static function getRoutingTabPane($requestId, $request)
7878 $ html = array ();
7979 $ html [] = '<div class="tab-pane active" id="debug-request- ' . $ requestId . '-routing"> ' ;
8080 if ($ request ['router ' ]['method ' ] == 'GET ' && count ($ request ['router ' ]['parameters ' ]['get ' ])) {
81- $ html [] = '<div class="alert alert-warning "><strong>Warning :</strong> GET parameters should not be used </div> ' ;
81+ $ html [] = '<div class="alert alert-info "><strong>Info :</strong> It is better to use path parameters than GET parameters </div> ' ;
8282 }
8383 if ($ request ['router ' ]['method ' ] == 'POST ' && !$ request ['router ' ]['csrfOk ' ]) {
8484 $ html [] = '<div class="alert alert-danger"><strong>Error:</strong> CSRF token validation failed</div> ' ;
You can’t perform that action at this time.
0 commit comments