mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
This "P" is required for certain versions of pcre.
This commit is contained in:
parent
71b2f4a567
commit
94fa908cea
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ class AphrontDefaultApplicationConfiguration
|
|||
'$' => 'HeraldHomeController',
|
||||
'view/(?P<view>[^/]+)/$' => 'HeraldHomeController',
|
||||
'new/(?:(?P<type>[^/]+)/)?$' => 'HeraldNewController',
|
||||
'rule/(?:(?<id>\d+)/)?$' => 'HeraldRuleController',
|
||||
'rule/(?:(?P<id>\d+)/)?$' => 'HeraldRuleController',
|
||||
'delete/(?P<id>\d+)/$' => 'HeraldDeleteController',
|
||||
'test/$' => 'HeraldTestConsoleController',
|
||||
'transcript/$' => 'HeraldTranscriptListController',
|
||||
|
|
Loading…
Reference in a new issue