Drupal investigation

phar-stub.php 298B

123456789101112131415
  1. <?php
  2. /*
  3. * This file is part of the Goutte utility.
  4. *
  5. * (c) Fabien Potencier <fabien@symfony.com>
  6. *
  7. * This source file is subject to the MIT license that is bundled
  8. * with this source code in the file LICENSE.
  9. */
  10. require_once 'phar://'.__FILE__.'/vendor/autoload.php';
  11. __HALT_COMPILER();