Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/vendor/lusitanian/oauth/src/OAuth/
Upload File :
Current File : /home/dev2.destoffenstraat.com/vendor/lusitanian/oauth/src/OAuth/bootstrap.php

<?php

/*
 * Bootstrap the library.
 */

namespace OAuth;

require_once __DIR__ . '/Common/AutoLoader.php';

$autoloader = new Common\AutoLoader(__NAMESPACE__, dirname(__DIR__));

$autoloader->register();