Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F961765
AlmanacConduitUtil.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
403 B
Referenced Files
None
Subscribers
None
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
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jun 17, 11:44 PM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
229687
Default Alt Text
AlmanacConduitUtil.php (403 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment