mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 13:30:55 +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',
|
'$' => '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',
|
||||||
|
|
Loading…
Reference in a new issue