Файловый менеджер - Редактировать - /home/harasnat/www/horse/wp-content/plugins/mollie-payments-for-woocommerce/src/SDK/HttpResponse.php
Назад
<?php declare (strict_types=1); namespace Mollie\WooCommerce\SDK; class HttpResponse { public function setHttpResponseCode($statusCode): void { if (\PHP_SAPI !== 'cli' && !headers_sent()) { if (function_exists("http_response_code")) { http_response_code($statusCode); } else { header(" ", \true, $statusCode); } } } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка