[1-9]\d*)' => 'PhabricatorPhurlURLViewController', '/u/(?P[1-9]\d*)' => 'PhabricatorPhurlURLAccessController', '/phurl/' => array( '(?:query/(?P[^/]+)/)?' => 'PhabricatorPhurlURLListController', 'url/' => array( 'create/' => 'PhabricatorPhurlURLEditController', 'edit/(?P[1-9]\d*)/' => 'PhabricatorPhurlURLEditController', ), ), ); } }