mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-23 16:06:51 +00: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';
|
|
}
|