📁
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: savesettings.html.tt
[% SET CPANEL.CPVAR.headerimg = "../images/tools.gif" %] [% SET CPANEL.CPVAR.dprefix = "../" %] [% # Determine retention_days: -1 means use server default (removes override) IF RAW_FORM.custom_retention; SET retention_days = RAW_FORM.retention_days || 0; ELSE; SET retention_days = -1; END; SET save_result = execute("LogManager", "set_settings", { 'archive_logs' => RAW_FORM.archivelogs||0, 'prune_archive' => RAW_FORM.remoldarchivedlogs||0, 'retention_days' => retention_days, }); %] [% WRAPPER '_assets/master.html.tt' app_key = 'raw_access' -%] <div class="body-content"> [% IF save_result.status %] <p id="descSuccess"> <div class="alert alert-success" role="alert"> <span class='glyphicon glyphicon-ok-sign' aria-hidden="true"></span> <div class='alert-message'> <strong class="alert-title"> [% locale.maketext('Success:') %] </strong> <span class="alert-body"> <span id="info"> [% locale.maketext("Your new settings have been saved.") %] </span> </span> </div> </div> </p> [% ELSE %] [% FOREACH error IN save_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() %]"> [% error.html() %] </span> </span> </div> </div> [% END %] [% END %] [% INCLUDE _assets/return_link.html.tt return_location='../raw/index.html' return_link_text=locale.maketext('Go Back') %] </div> [% END #wrapper -%]
Save