?iť?

Your IP : 3.128.200.140


Current Path : /home/scgforma/www/soctest/htdocs/includes/OAuth/
Upload File :
Current File : /home/scgforma/www/soctest/htdocs/includes/OAuth/bootstrap.php

<?php

/*
 * Bootstrap the library.
 */

namespace OAuth;

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

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

$autoloader->register();