golden hour
/home/phakp/public_html/erp/includes/OAuth
⬆️ Go Up
Upload
File/Folder
Size
Actions
Common
-
Del
OK
OAuth1
-
Del
OK
OAuth2
-
Del
OK
ServiceFactory.php
6.97 KB
Del
OK
bootstrap.php
205 B
Del
OK
Edit: bootstrap.php
<?php /* * Bootstrap the library. */ namespace OAuth; require_once __DIR__ . '/Common/AutoLoader.php'; $autoloader = new Common\AutoLoader(__NAMESPACE__, dirname(__DIR__)); $autoloader->register();
Save