Add Google authentication
This commit is contained in:
13
vendor/OAuth/bootstrap.php
vendored
Executable file
13
vendor/OAuth/bootstrap.php
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* Bootstrap the library.
|
||||
*/
|
||||
|
||||
namespace OAuth;
|
||||
|
||||
require_once __DIR__ . '/Common/AutoLoader.php';
|
||||
|
||||
$autoloader = new Common\AutoLoader(__NAMESPACE__, dirname(__DIR__));
|
||||
|
||||
$autoloader->register();
|
||||
Reference in New Issue
Block a user