📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: index.devel.js
/* # tools/index.devel.js Copyright(c) 2022 cPanel, L.L.C. # All rights reserved. # copyright@cpanel.net http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited */ /* global require: false */ // Loads the application with the pre-built combined files /* * This is essentially a wrapper function that redirects to the main delegated_lists file * it could be tweaked to run delegated_lists differently in distribution form. * 'app' is defined dynamically and overriden by the config in cjt2-dist/config.js * */ require( [ "app/index", ], function(APP) { "use strict"; APP(); } );
Save