Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
103 |
- |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
// Don't redefine the functions if included multiple times.
|
|
|
4 |
if (!function_exists('GuzzleHttp\Promise\promise_for')) {
|
|
|
5 |
require __DIR__ . '/functions.php';
|
|
|
6 |
}
|