mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-08-23 02:28:15 +02:00
7 lines
157 B
PHP
7 lines
157 B
PHP
<?php
|
|
|
|
// Don't redefine the functions if included multiple times.
|
|
if (!function_exists('RingCentral\Psr7\str')) {
|
|
require __DIR__ . '/functions.php';
|
|
}
|