📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
voigtlaborg
/
wp-content
/
Name
Size
Perm
Actions
📁
themes
-
0755
🗑️
🏷️
🔒
📄
api.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
goods.php
173.77 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
load.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: index.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = _default; var _helperModuleImports = require("@babel/helper-module-imports"); function _default(_ref) { var t = _ref.types; return { visitor: { CallExpression: function CallExpression(path, _ref2) { var file = _ref2.file, opts = _ref2.opts; if (path.get('callee').matchesPattern('Object.assign')) { if (this.importCache) path.node.callee = t.cloneNode(this.importCache);else { var _opts$moduleSpecifier = opts.moduleSpecifier, moduleSpecifier = _opts$moduleSpecifier === void 0 ? 'object-assign' : _opts$moduleSpecifier; this.importCache = (0, _helperModuleImports.addDefault)(file.path, moduleSpecifier); path.node.callee = this.importCache; } } } } }; }
Save