PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
3rdparty
/
guzzlehttp
/
guzzle
<?php include(dirname(__FILE__) . '/src/functions_include.php'); spl_autoload_register(function($className) { $parts = explode('\\', $className); if(!isset($parts[0]) || $parts[0] != 'GuzzleHttp') return; array_shift($parts); $path = dirname(__FILE__) . '/src/'.implode('/' , $parts) . ".php"; if(file_exists($path)) require_once $path; });
[+]
..
[-] autoload.php
[edit]
[+]
build
[+]
src