文件操作 - cross_framing_protection.js
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/cwpsrv/var/services/pma_07-07-2021.bak/js/cross_framing_protection.js
编辑文件内容
/* vim: set expandtab sw=4 ts=4 sts=4: */ /** * 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; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件