Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1820163
bootstrap.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
325 B
Subscribers
None
bootstrap.php
View Options
<?php
$try
=
[
__DIR__
.
'/../vendor/autoload.php'
,
__DIR__
.
'/../../../autoload.php'
,
];
foreach
(
$try
as
$path
)
{
if
(
file_exists
(
$path
))
{
include
$path
;
break
;
}
}
// Some extra classes
include
__DIR__
.
'/Sabre/Xml/Element/Mock.php'
;
include
__DIR__
.
'/Sabre/Xml/Element/Eater.php'
;
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Dec 21, 8:58 PM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915781
Default Alt Text
bootstrap.php (325 B)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment