Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116149741
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
Thu, Jun 5, 05:12
Size
403 B
Mime Type
text/x-php
Expires
Sat, Jun 7, 05:12 (2 d)
Engine
blob
Format
Raw Data
Handle
26606410
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