📁
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: editkey.html.tt
[% SET CPANEL.CPVAR.dprefix = "../" %] [% js_code = PROCESS js_block %] [% WRAPPER '_assets/master.html.tt' app_key = 'encryption' page_js = js_code %] [% SET export_key_call = execute("GPG", "export_public_key", { "key_id" => RAW_FORM.key }); SET export_key = ""; IF export_key_call.status; SET export_key = export_key_call.data.key_data; END; %] <div class="body-content"> <div class="section"> <div class="form-group"> <label id="lblPublicKey" for="errtext"> [% locale.maketext("Public Key") %] </label> <div class="row"> <div class="col-xs-12 col-lg-6"> <textarea id="errtext" name="GnuPGKey" class="form-control" cols="80" rows="15" readonly>[% export_key %]</textarea> </div> </div> </div> </div> [% INCLUDE _assets/return_link.html.tt return_location='index.html' return_link_text=locale.maketext('Go Back') %] </div><!-- end body-content --> [% END %] [% BLOCK js_block %] <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function(event) { var txtarea = document.getElementById("errtext"); if (txtarea) { txtarea.addEventListener("click", function (e) { e.target.select(); }); } }); </script> [% END %]
Save