Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F115545616
AlmanacConduitUtil.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
Sun, Jun 1, 16:17
Size
403 B
Mime Type
text/x-php
Expires
Tue, Jun 3, 16:17 (2 d)
Engine
blob
Format
Raw Data
Handle
26519754
Attached To
rPH Phabricator
AlmanacConduitUtil.php
View Options
<?php
final
class
AlmanacConduitUtil
extends
Phobject
{
public
static
function
getHostPrivateKeyPath
()
{
$root
=
dirname
(
phutil_get_library_root
(
'phabricator'
));
$path
=
$root
.
'/conf/local/HOSTKEY'
;
return
$path
;
}
public
static
function
getHostIDPath
()
{
$root
=
dirname
(
phutil_get_library_root
(
'phabricator'
));
$path
=
$root
.
'/conf/local/HOSTID'
;
return
$path
;
}
}
Event Timeline
Log In to Comment