Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1821262
bootstrap.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
465 B
Subscribers
None
bootstrap.php
View Options
<?php
date_default_timezone_set
(
'UTC'
);
$try
=
array
(
__DIR__
.
'/../vendor/autoload.php'
,
__DIR__
.
'/../../../autoload.php'
,
);
foreach
(
$try
as
$path
)
{
if
(
file_exists
(
$path
))
{
$autoLoader
=
include
$path
;
break
;
}
}
$autoLoader
->
addPsr4
(
'Sabre
\\
VObject
\\
'
,
__DIR__
.
'/VObject'
);
if
(!
defined
(
'SABRE_TEMPDIR'
))
{
define
(
'SABRE_TEMPDIR'
,
__DIR__
.
'/temp/'
);
}
if
(!
file_exists
(
SABRE_TEMPDIR
))
{
mkdir
(
SABRE_TEMPDIR
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Dec 23, 12:48 PM (8 h, 36 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915488
Default Alt Text
bootstrap.php (465 B)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment