diff options
Diffstat (limited to 'assets/php/vendor/guzzlehttp/psr7/src/functions_include.php')
-rwxr-xr-x | assets/php/vendor/guzzlehttp/psr7/src/functions_include.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/assets/php/vendor/guzzlehttp/psr7/src/functions_include.php b/assets/php/vendor/guzzlehttp/psr7/src/functions_include.php deleted file mode 100755 index 96a4a83..0000000 --- a/assets/php/vendor/guzzlehttp/psr7/src/functions_include.php +++ /dev/null @@ -1,6 +0,0 @@ -<?php - -// Don't redefine the functions if included multiple times. -if (!function_exists('GuzzleHttp\Psr7\str')) { - require __DIR__ . '/functions.php'; -} |