Няма описание

functions_include.php 160B

1234567
  1. <?php
  2. // Don't redefine the functions if included multiple times.
  3. if (!function_exists('GuzzleHttp\uri_template')) {
  4. require __DIR__ . '/functions.php';
  5. }