mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Disable rewrite level 2 if test request fails
This commit is contained in:
parent
dd561d9159
commit
8964891387
4 changed files with 35 additions and 1 deletions
|
|
@ -52,6 +52,12 @@ class Router
|
|||
'extra_vars' => ['act' => 'procFileOutput'],
|
||||
'priority' => 0,
|
||||
),
|
||||
'common/rewrite/test/$test' => array(
|
||||
'regexp' => '#^common/rewrite/test/(?<test>[0-9]+)$#',
|
||||
'vars' => ['test' => 'int'],
|
||||
'extra_vars' => ['act' => 'dispAdminRewriteTest'],
|
||||
'priority' => 0,
|
||||
),
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue