123456789101112131415 |
- <?php
- /*
- * this file is part of the symfony package.
- *
- * (c) fabien potencier <fabien.potencier@symfony-project.com>
- *
- * for the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
- $rootDir = __DIR__.'/../../../../../../';
- require_once $rootDir.'/vendor/symfony/src/Symfony/Component/ClassLoader/UniversalClassLoader.php';
- require_once $rootDir.'/app/autoload.php';
|