a93393acc4e7c5e6021f070ad65dbbf2e3924241
[yaffs-website] / functions_include.php
1 <?php
2
3 // Don't redefine the functions if included multiple times.
4 if (!function_exists('GuzzleHttp\uri_template')) {
5     require __DIR__ . '/functions.php';
6 }