Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98151903
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
Fri, Jan 10, 08:36
Size
242 B
Mime Type
text/x-php
Expires
Sun, Jan 12, 08:36 (2 d)
Engine
blob
Format
Raw Data
Handle
23503278
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