📁
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: util.js
"use strict"; exports.__esModule = true; exports.normalizePath = normalizePath; var _toString2 = _interopRequireDefault(require("lodash/toString")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /*----------------------------------------------------------------------------*/ /** * Normalizes `pkgPath` by converting path separators to forward slashes. * * @static * @memberOf util * @param {string} [pkgPath=''] The package path to normalize. * @returns {string} Returns the normalized package path. */ function normalizePath(pkgPath) { return (0, _toString2.default)(pkgPath).replace(/\\/g, '/'); }
Save