Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
phpmyadmin /
templates /
navigation /
tree /
[ HOME SHELL ]
Name
Size
Permission
Action
controls.twig
191
B
-rw-r--r--
database_select.twig
837
B
-rw-r--r--
fast_filter.twig
860
B
-rw-r--r--
node.twig
2.81
KB
-rw-r--r--
path.twig
353
B
-rw-r--r--
quick_warp.twig
169
B
-rw-r--r--
state.twig
217
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : database_select.twig
{{ quick_warp|raw }} <div id="pma_navigation_select_database"> {{ list_navigator|raw }} <div id="pma_navigation_db_select"> <form action="{{ database_url }}" method="get"> {{ get_hidden_fields({'server': server}) }} <select name="db" class="hide" id="navi_db_select" aria-label="{% trans 'Databases' %}"> {% for option in options %} <option value="{{ option.name }}" title="{{ option.title }}" data-apath="{{ option.data.apath }}" data-vpath="{{ option.data.vpath }}" data-pos="{{ option.data.pos }}" {{ option.isSelected ? " selected" : "" }}> {{- option.name -}} </option> {% endfor %} </select> </form> </div> </div> <div id="pma_navigation_tree_content"> <ul> {{ nodes|raw }} </ul> </div>
Close