fixed app.php/portal display fixed if page has ?style=2 or any ? in link as that was breaking the load scripts
14 lines
478 B
YAML
14 lines
478 B
YAML
dmzx_mchat_controller:
|
|
path: /mchat
|
|
defaults: { _controller: dmzx.mchat.main.controller:page, page: custom }
|
|
dmzx_mchat_page_controller:
|
|
path: /mchat/{page}
|
|
defaults: { _controller: dmzx.mchat.main.controller:page }
|
|
requirements:
|
|
action: 'archive|rules|whois'
|
|
dmzx_mchat_action_controller:
|
|
path: /mchat-{action}
|
|
defaults: { _controller: dmzx.mchat.main.controller:action }
|
|
requirements:
|
|
action: 'add|edit|del|clean|refresh|whois'
|