• File: autoload.php
  • Full Path: /home/atelipy/www/wpmain/jwhennessey/phpinsight/autoload.php
  • File size: 278 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

/*
 * This file is part of the RNCryptor package.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

require __DIR__.'/lib/PHPInsight/Autoloader.php';

PHPInsight\Autoloader::register();