One Hat Cyber Team
Your IP :
172.70.50.39
Server IP :
188.114.96.7
Server :
Linux advantage-project 5.14.0-503.26.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 19 16:28:19 UTC 2025 x86_64
Server Software :
Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2
PHP Version :
8.3.17
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
public
/
_rdm
/
pma
/
libraries
/
classes
/
View File Name :
Version.php
<?php declare(strict_types=1); namespace PhpMyAdmin; use const VERSION_SUFFIX; /** * This class is generated by scripts/console. * * @see \PhpMyAdmin\Command\SetVersionCommand */ final class Version { // The VERSION_SUFFIX constant is defined at libraries/constants.php public const VERSION = '5.2.2' . VERSION_SUFFIX; public const SERIES = '5.2'; public const MAJOR = 5; public const MINOR = 2; public const PATCH = 2; public const ID = 50202; public const PRE_RELEASE_NAME = ''; public const IS_DEV = false; }