This "P" is required for certain versions of pcre.
This commit is contained in:
@@ -240,7 +240,7 @@ class AphrontDefaultApplicationConfiguration
|
|||||||
'$' => 'HeraldHomeController',
|
'$' => 'HeraldHomeController',
|
||||||
'view/(?P<view>[^/]+)/$' => 'HeraldHomeController',
|
'view/(?P<view>[^/]+)/$' => 'HeraldHomeController',
|
||||||
'new/(?:(?P<type>[^/]+)/)?$' => 'HeraldNewController',
|
'new/(?:(?P<type>[^/]+)/)?$' => 'HeraldNewController',
|
||||||
'rule/(?:(?<id>\d+)/)?$' => 'HeraldRuleController',
|
'rule/(?:(?P<id>\d+)/)?$' => 'HeraldRuleController',
|
||||||
'delete/(?P<id>\d+)/$' => 'HeraldDeleteController',
|
'delete/(?P<id>\d+)/$' => 'HeraldDeleteController',
|
||||||
'test/$' => 'HeraldTestConsoleController',
|
'test/$' => 'HeraldTestConsoleController',
|
||||||
'transcript/$' => 'HeraldTranscriptListController',
|
'transcript/$' => 'HeraldTranscriptListController',
|
||||||
|
|||||||
Reference in New Issue
Block a user