Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120445042
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
Fri, Jul 4, 10:54
Size
276 B
Mime Type
text/x-php
Expires
Sun, Jul 6, 10:54 (2 d)
Engine
blob
Format
Raw Data
Handle
27174625
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