Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2019-08-16 05:19:01 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-08-16 05:19:01 +0300
commit13fe20c00dd6e6c427b2568024a687b66ff755b5 (patch)
tree0247e8833cba066099ac148a5c15f1cb568283ea /templates
parentee732651b3c56958a5f8bc0870865d6841674472 (diff)
Use the router for the table indexes page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'templates')
-rw-r--r--templates/table/index_form.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/table/index_form.twig b/templates/table/index_form.twig
index 63645997e0..b28ab26752 100644
--- a/templates/table/index_form.twig
+++ b/templates/table/index_form.twig
@@ -1,4 +1,4 @@
-<form action="tbl_indexes.php"
+<form action="{{ url('/table/indexes') }}"
method="post"
name="index_frm"
id="index_frm"