mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-06 13:01:33 -07:00
6 lines
156 B
PHP
6 lines
156 B
PHP
<?php
|
|
|
|
// Don't redefine the functions if included multiple times.
|
|
if (!function_exists('GuzzleHttp\Psr7\str')) {
|
|
require __DIR__ . '/functions.php';
|
|
}
|