📁
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: suspendacct.tmpl
[% WRAPPER 'master_templates/master.tmpl' theme="yui" breadcrumburl = '/scripts2/suspendacctlist' -%] [% IF data.trying_to_self -%] You cannot suspend your own account. [% ELSIF ! data.has_access -%] You do not have access to that account. [% ELSIF data.locked_non_root -%] That account has been locked by the root user. You cannot reactivate it. [% ELSIF ! data.suspend && ! data.unsuspend -%] You must click the suspend or unsuspend button. Please go back and try again. [% ELSE -%] <h3 class="simpleheading"> [%- data.unsuspend ? 'Unsuspension' : 'Suspension' -%] of [% data.domain %]</h3> <pre> [% data.output %] </pre> [% END -%] <div class="return-link"> <b>[</b> <a href="[% cp_security_token %]/scripts2/suspendacctlist">[% locale.maketext('Go Back') %]</a><b> ]</b> </div> [% END -%]
Save