One Hat Cyber Team
Your IP :
216.73.216.14
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
ojs-nosc
/
lib
/
pkp
/
lib
/
vendor
/
composer
/
View File Name :
platform_check.php
<?php // platform_check.php @generated by Composer $issues = array(); if (!(PHP_VERSION_ID >= 80200)) { $issues[] = 'Your Composer dependencies require a PHP version ">= 8.2.0". You are running ' . PHP_VERSION . '.'; } $missingExtensions = array(); extension_loaded('bcmath') || $missingExtensions[] = 'bcmath'; extension_loaded('curl') || $missingExtensions[] = 'curl'; extension_loaded('dom') || $missingExtensions[] = 'dom'; extension_loaded('fileinfo') || $missingExtensions[] = 'fileinfo'; extension_loaded('filter') || $missingExtensions[] = 'filter'; extension_loaded('ftp') || $missingExtensions[] = 'ftp'; extension_loaded('gd') || $missingExtensions[] = 'gd'; extension_loaded('hash') || $missingExtensions[] = 'hash'; extension_loaded('intl') || $missingExtensions[] = 'intl'; extension_loaded('json') || $missingExtensions[] = 'json'; extension_loaded('libxml') || $missingExtensions[] = 'libxml'; extension_loaded('openssl') || $missingExtensions[] = 'openssl'; extension_loaded('pcre') || $missingExtensions[] = 'pcre'; extension_loaded('session') || $missingExtensions[] = 'session'; extension_loaded('tokenizer') || $missingExtensions[] = 'tokenizer'; extension_loaded('xml') || $missingExtensions[] = 'xml'; extension_loaded('zip') || $missingExtensions[] = 'zip'; extension_loaded('zlib') || $missingExtensions[] = 'zlib'; if ($missingExtensions) { $issues[] = 'Your Composer dependencies require the following PHP extensions to be installed: ' . implode(', ', $missingExtensions) . '.'; } 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 ); }