uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
www
/
wp-content
/
plugins
/
charitable
/
.
/
vendor
/
composer
/
platform_check.php
/
/
<?php // platform_check.php @generated by Composer // Modified for Charitable plugin to conditionally apply PHP requirements // Define a constant that can be checked elsewhere if (!defined('CHARITABLE_SQUARE_AVAILABLE')) { define('CHARITABLE_SQUARE_AVAILABLE', PHP_VERSION_ID >= 80100); } // Only enforce PHP version requirement if Square is being used $skipVersionCheck = !CHARITABLE_SQUARE_AVAILABLE; $issues = array(); if (!$skipVersionCheck && !(PHP_VERSION_ID >= 80100)) { $issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.'; } if ($issues) { if (!headers_sent()) { header('HTTP/1.1 500 Internal Server Error'); } if (!ini_get('display_errors')) { if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL); } elseif (!headers_sent()) { echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL; } } trigger_error( 'Composer detected issues in your platform: ' . implode(' ', $issues), E_USER_ERROR ); }
/home/batcwwjx/www/wp-content/plugins/charitable/./vendor/composer/platform_check.php