Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93099466
AlmanacKeys.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Nov 26, 05:16
Size
242 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 05:16 (2 d)
Engine
blob
Format
Raw Data
Handle
22575333
Attached To
rPH Phabricator
AlmanacKeys.php
View Options
<?php
final
class
AlmanacKeys
extends
Phobject
{
public
static
function
getKeyPath
(
$key_name
)
{
$root
=
dirname
(
phutil_get_library_root
(
'phabricator'
));
$keys
=
$root
.
'/conf/keys/'
;
return
$keys
.
ltrim
(
$key_name
,
'/'
);
}
}
Event Timeline
Log In to Comment