7 lines
156 B
PHP
Raw Permalink Normal View History

2025-02-26 11:49:20 +08:00
<?php
// Don't redefine the functions if included multiple times.
if (!function_exists('GuzzleHttp\Psr7\str')) {
require __DIR__ . '/functions.php';
}