📁
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: config.js
// load-scripts-after-zone.js loads this with disableCache=true, so the // browser refetches it on every SPA boot; no manual cache-bust needed. var I360_PANEL = 'cPanel'; var IMUNIFY_PACKAGE = 'AV'; var adminAction = 'sendRequest.cgi'; // imunify.live.pl is the cPanel end-user dispatcher (port 2083). When the WHM // index.cgi serves a reseller (i360role="client"), backend calls must still // land on sendRequest.cgi — the only CGI the WHM cgi/imunify/handlers/ tree // exposes. index.cgi sets window.IMUNIFY_WHM_CONTEXT before the SPA boots. var clientAction = (typeof window !== 'undefined' && window.IMUNIFY_WHM_CONTEXT) ? 'sendRequest.cgi' : 'imunify.live.pl';
Save