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 /
database /
qbe /
[ HOME SHELL ]
Name
Size
Permission
Action
column_select_cell.twig
393
B
-rw-r--r--
index.twig
683
B
-rw-r--r--
ins_del_and_or_cell.twig
1.05
KB
-rw-r--r--
selection_form.twig
3.84
KB
-rw-r--r--
sort_order_select_cell.twig
344
B
-rw-r--r--
sort_select_cell.twig
429
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sort_select_cell.twig
<td class="text-center"> <select style="width:{{ real_width }}" name="criteriaSort[{{ column_number }}]" size="1"> <option value=""> </option> <option value="ASC" {{- selected == 'ASC' ? ' selected="selected"' }}>{% trans 'Ascending' %}</option> <option value="DESC" {{- selected == 'DESC' ? ' selected="selected"' }}>{% trans 'Descending' %}</option> </select> </td>
Close