Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120634724
init-setup.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
Sat, Jul 5, 19:28
Size
329 B
Mime Type
text/x-php
Expires
Mon, Jul 7, 19:28 (2 d)
Engine
blob
Format
Raw Data
Handle
27204369
Attached To
rPH Phabricator
init-setup.php
View Options
<?php
// Initialize a setup script which may run before database connections have
// been configured. Scripts initialized in this way ignore database errors
// while building database configuration and continue.
require_once
dirname
(
__FILE__
).
'/lib.php'
;
init_phabricator_script
(
array
(
'config.optional'
=>
true
,
));
Event Timeline
Log In to Comment