📁
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: index.cjs
const noDeprecatedClone = require("./rules/no-deprecated-clone.cjs"); const noUndefinedIdentifier = require("./rules/no-undefined-identifier.cjs"); const pluginName = require("./rules/plugin-name.cjs"); const rules = { "no-deprecated-clone": noDeprecatedClone, "no-undefined-identifier": noUndefinedIdentifier, "plugin-name": pluginName }; exports.rules = rules; { exports.default = { rules }; } //# sourceMappingURL=index.cjs.map
Save