📁
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: deluser.html.tt
[% SET CPANEL.CPVAR.dprefix = "../"; SET deluser = execute("Mysql", "delete_user", { "name" => FORM.user }); %] [% WRAPPER '_assets/master.html.tt' app_key = 'mysql_databases' -%] <div class="body-content"> <h2 id="hdrDeluser">[% locale.maketext("Delete Database Users") %]</h2> [% IF deluser.status %] <div id="deluserSuccessMsg" class="alert alert-success"> <span id="addbSuccessImg" class="glyphicon glyphicon-ok-sign"></span> [% locale.maketext("Deleted the user “[_1]”.", FORM.user) %] </div> [% ELSE %] <div id="deluserErrorMsg" class="alert alert-danger"> <span id="addbErrorImg" class="glyphicon glyphicon-remove-sign"></span> [% FOREACH q = deluser.errors %] [% q %] [% END %] </div> [% END %] [% INCLUDE _assets/return_link.html.tt return_location='index.html' return_link_text=locale.maketext('Go Back') %] </div> [% END #wrapper -%]
Save