Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107033227
PhabricatorDaemon.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, Apr 3, 20:13
Size
276 B
Mime Type
text/x-php
Expires
Sat, Apr 5, 20:13 (2 d)
Engine
blob
Format
Raw Data
Handle
25259515
Attached To
rPH Phabricator
PhabricatorDaemon.php
View Options
<?php
abstract
class
PhabricatorDaemon
extends
PhutilDaemon
{
protected
function
willRun
()
{
parent
::
willRun
();
$phabricator
=
phutil_get_library_root
(
'phabricator'
);
$root
=
dirname
(
$phabricator
);
require_once
$root
.
'/scripts/__init_script__.php'
;
}
}
Event Timeline
Log In to Comment