Ajout du FR
Ajout du FR + correction du "functions.php"
This commit is contained in:
17
config/default/routing/report.yml
Normal file
17
config/default/routing/report.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
phpbb_report_pm_controller:
|
||||
path: /pm/{id}/report
|
||||
methods: [GET, POST]
|
||||
defaults:
|
||||
_controller: phpbb.report.controller:handle
|
||||
mode: 'pm'
|
||||
requirements:
|
||||
id: \d+
|
||||
|
||||
phpbb_report_post_controller:
|
||||
path: /post/{id}/report
|
||||
methods: [GET, POST]
|
||||
defaults:
|
||||
_controller: phpbb.report.controller:handle
|
||||
mode: 'post'
|
||||
requirements:
|
||||
id: \d+
|
||||
Reference in New Issue
Block a user