HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //proc/self/root/usr/local/CyberCP/public/phpmyadmin/js/dist/cross_framing_protection.js
/**
 * Conditionally included if framing is not allowed
 */
if (self === top) {
  var styleElement = document.getElementById('cfs-style');
  // check if styleElement has already been removed
  // to avoid frequently reported js error
  if (typeof styleElement !== 'undefined' && styleElement !== null) {
    styleElement.parentNode.removeChild(styleElement);
  }
} else {
  top.location = self.location;
}