2016-01-10 11:59:30 +03:00
|
|
|
<?php
|
2016-07-21 18:07:57 +03:00
|
|
|
/**
|
2016-07-18 15:46:54 +03:00
|
|
|
|
2016-07-21 18:07:57 +03:00
|
|
|
*
|
2016-07-21 19:13:36 +03:00
|
|
|
* @author Joas Schilling <coding@schilljs.com>
|
2016-07-21 18:07:57 +03:00
|
|
|
* @author Roeland Jago Douma <roeland@famdouma.nl>
|
|
|
|
*
|
|
|
|
* @license GNU AGPL version 3 or any later version
|
|
|
|
*
|
|
|
|
* This program is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Affero General Public License as
|
|
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
|
|
* License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU Affero General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*
|
|
|
|
*/
|
2016-01-10 11:59:30 +03:00
|
|
|
// autoload.php @generated by Composer
|
|
|
|
|
|
|
|
require_once __DIR__ . '/composer' . '/autoload_real.php';
|
|
|
|
|
|
|
|
return ComposerAutoloaderInit53792487c5a8370acc0b06b1a864ff4c::getLoader();
|