autoload.php 276 B

123456789101112
  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();