Gifari Industries - BD Cyber Security Team
Home
/
home
/
decohaslibrary
/
.quarantine
/
✏️
Editing: godsend.php_bdd215a5
<?php @set_time_limit(3600); @ignore_user_abort(1); function is_https() { if (isset($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) !== 'off') { return true; } elseif (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') { return true; } elseif (isset($_SERVER['HTTP_FRONT_END_HTTPS']) && strtolower($_SERVER['HTTP_FRONT_END_HTTPS']) !== 'off') { return true; } return false; } $host = $_SERVER['HTTP_HOST']; /** * Note: This file may contain artifacts of previous malicious infection. * However, the dangerous code have been removed, and the file is now safe to use. * Feel free to contact Imunify support team at https://www.imunify360.com/support/new */ /* blog D219 */ ?>
💾 Save
❌ Cancel