酒店预订平台
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

functions_include.php 167 B

3 yıl önce
123456
  1. <?php
  2. // Don't redefine the functions if included multiple times.
  3. if (!function_exists('GuzzleHttp\Promise\promise_for')) {
  4. require __DIR__ . '/functions.php';
  5. }