add QrcodesAgent
This commit is contained in:
parent
d7095c005a
commit
a31252d81b
4 changed files with 310 additions and 1 deletions
|
|
@ -319,7 +319,8 @@
|
|||
array('^pages/([^/]+)/(edit|delete)$', 'pages/$2/$1', true),
|
||||
array('^pages/(?!(create|edit|delete))/?', 'pages/page/$1', true),
|
||||
array('^media/(.*)$', 'media/$1?layout=binary', false),
|
||||
array('^uploads/(.*)$', 'uploads/$1?layout=binary', false)
|
||||
array('^uploads/(.*)$', 'uploads/$1?layout=binary', false),
|
||||
array('^qrcodes/(.*)$', 'qrcodes/$1?layout=binary', false)
|
||||
);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue