<?php
/*
* classmaps.php
*
* @(#) $Id: classmaps.php,v 1.1 2023/06/01 23:05:29 mlemos Exp $
*
*/
$__classmap += array(
'cookie_oauth_client_class'=>__DIR__.DIRECTORY_SEPARATOR.'cookie_oauth_client.php',
'database_oauth_client_class'=>__DIR__.DIRECTORY_SEPARATOR.'database_oauth_client.php',
'file_oauth_client_class'=>__DIR__.DIRECTORY_SEPARATOR.'file_oauth_client.php',
'mysqli_oauth_client_class'=>__DIR__.DIRECTORY_SEPARATOR.'mysqli_oauth_client.php',
'oauth_session_value_class'=>__DIR__.DIRECTORY_SEPARATOR.'oauth_client.php',
'oauth_client_class'=>__DIR__.DIRECTORY_SEPARATOR.'oauth_client.php'
);
?>
|