📁
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: prefs.html.tt
[% USE HTMLOptions; SET domain_response = execute('DomainInfo','domains_data', { 'return_https_redirect_status' => 0, 'format' => 'list', }); %] <div style="display:none;" id="prefs"> <div class="hd"> <div class="lt"></div> <span>[% locale.maketext("Preferences") %]</span> <div class="rt"></div> </div> <div class="bd"> <div class="filecontent" id="prefs-content"> <form name="prefsform" action="setprefs.html"> <span id="lblDefaultDirectoryText">[% locale.maketext("Always open this directory in the future by default:") %]</span> <div class="radio" id="optionselect_homedir"> <label for="dirselect_homedir"> <input type="radio" name="dirselect" value="homedir" id="dirselect_homedir" /> [% locale.maketext("Home Directory") %] </label> </div> <div class="radio" id="optionselect_webroot" > <label for="dirselect_webroot"> <input type="radio" name="dirselect" value="webroot" id="dirselect_webroot" /> [% locale.maketext("Web Root ([asis,public_html or www])") %] </label> </div> <div class="radio" id="optionselect_ftproot" > <label for="dirselect_ftproot"> <input type="radio" name="dirselect" value="ftproot" id="dirselect_ftproot" /> [% locale.maketext("Public [output,acronym,FTP,File Transfer Protocol] [asis,Root] ([asis,public_ftp])") %] </label> </div> <div class="radio" id="optionselect_domainrootselect"> <label for="domainRoot"> <input type="radio" name="dirselect" id="rbtnDomainRoot" value="domainrootselect" /> [% locale.maketext("Document Root for:") %] </label> [% IF domain_response.status == 0 %] [% FOREACH message IN file_info.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 %] [% ELSE %] <select id="ddlDomainSelect" name="domainselect" class="form-control option-directory-select"> [% SET domains = []; FOREACH domain_hash IN domain_response.data; NEXT IF varcache.is_wp_squared && domain_hash.documentroot.search('public_html\/\.redirects\/'); domains.push({ 'domain' = domain_hash.domain }); END; HTMLOptions.options_as_html(domains, { value => 'domain', text => 'domain' }); %] </select> [% END %] </div> <input type="hidden" name="dir" value="" id="optionselect_dir" /> <div class="additional-settings"> <div class="checkbox"> <label> <input type="checkbox" id="optionselect_showhidden" name="showhidden"> [% locale.maketext("Show Hidden Files ([asis,dotfiles])") %] </label> </div> <div class="checkbox"> <label> <input type="checkbox" name="ignorecharencoding" id="prefs-ignorecharencoding" > [% locale.maketext("Disable Character Encoding Verification Dialogs") %] </label> </div> </div> </form> </div> </div> <div class="ft"></div> </div>
Save