forked from appserver-io/appserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstrap.php
More file actions
24 lines (22 loc) · 734 Bytes
/
bootstrap.php
File metadata and controls
24 lines (22 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
* bootstrap.php
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*
* PHP version 5
*
* @author Tim Wagner <tw@appserver.io>
* @author Johann Zelger <jz@techdivision.com>
* @author Bernhard Wick <b.wick@techdivision.com>
* @copyright 2015 TechDivision GmbH <info@appserver.io>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @link http://github.com/appserver-io/appserver
* @link http://www.appserver.io
*/
$loader = require 'vendor/autoload.php';
$loader->add('AppserverIo\\Appserver', 'src');