📁
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: Async.js
'use strict' class Async { run (executors) { const args = Array.from(arguments).slice(1) return new Promise(resolve => resolve(executors.async.apply(null, args))) } all (arr) { return Promise.all(arr) } returns (value) { return Promise.resolve(value) } throws (reason) { return Promise.reject(reason) } } module.exports = Async
Save