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 /
server /
privileges /
[ HOME SHELL ]
Name
Size
Permission
Action
add_user_fieldset.twig
487
B
-rw-r--r--
add_user.twig
1.35
KB
-rw-r--r--
change_password.twig
3.36
KB
-rw-r--r--
choose_user_group.twig
550
B
-rw-r--r--
edit_routine_privileges.twig
3.88
KB
-rw-r--r--
get_user_link.twig
292
B
-rw-r--r--
initials_row.twig
1008
B
-rw-r--r--
login_information_fields.twig
4.8
KB
-rw-r--r--
new_user_ajax.twig
1.64
KB
-rw-r--r--
privileges_summary.twig
4.63
KB
-rw-r--r--
privileges_table.twig
33.57
KB
-rw-r--r--
subnav.twig
534
B
-rw-r--r--
user_overview.twig
749
B
-rw-r--r--
user_properties.twig
4.81
KB
-rw-r--r--
users_overview.twig
7.79
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : initials_row.twig
<nav aria-label="{% trans 'Pagination of user accounts' %}"> <ul id="userAccountsPagination" class="pagination"> {% for tmp_initial, initial_was_found in array_initials %} {% if tmp_initial is not same as(null) %} {% if initial_was_found %} <li class="page-item{{ initial is same as(tmp_initial) ? ' active' }}"{{ initial is same as(tmp_initial) ? ' aria-current="page"' }}> <a class="page-link" href="{{ url('/server/privileges', {'viewing_mode': viewing_mode, 'initial': tmp_initial}) }}">{{ tmp_initial }}</a> </li> {% else %} <li class="page-item disabled"> <a class="page-link" href="#" tabindex="-1" aria-disabled="true">{{ tmp_initial }}</a> </li> {% endif %} {% endif %} {% endfor %} <li class="page-item"> <a class="page-link text-nowrap" href="{{ url('/server/privileges', {'viewing_mode': viewing_mode, 'showall': true}) }}">{% trans 'Show all' %}</a> </li> </ul> </nav>
Close