Page MenuHomePhabricator

bootstrap.php
No OneTemporary

bootstrap.php

<?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

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)

Event Timeline