autoload.php 318 B

1234567891011121314
  1. <?php
  2. /*
  3. * This file is part of the RNCryptor package.
  4. *
  5. * For the full copyright and license information, please view the LICENSE
  6. * file that was distributed with this source code.
  7. */
  8. require __DIR__.'/lib/RNCryptor/Autoloader.php';
  9. RNCryptor\Autoloader::register();
  10. require_once __DIR__ . '/functions.php';