Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
phpMyAdmin /
templates /
server /
user_groups /
Delete
Unzip
Name
Size
Permission
Date
Action
edit_user_groups.twig
1.13
KB
-rw-rw-rw-
2023-02-07 22:26
tab_list.twig
457
B
-rw-rw-rw-
2023-02-07 22:26
user_groups.twig
3.07
KB
-rw-rw-rw-
2023-02-07 22:26
user_listings.twig
541
B
-rw-rw-rw-
2023-02-07 22:26
Save
Rename
<h2>{{ 'Users of \'%s\' user group'|trans|format(user_group_special_chars) }}</h2> {% if num_rows == 0 %} <p>{% trans 'No users were found belonging to this user group.' %}</p> {% else %} <table class="table table-striped w-auto"> <thead> <tr> <th>#</th> <th>{% trans 'User' %}</th> </tr> </thead> <tbody> {% for obj in users %} <tr> <td>{{ obj.count }}</td> <td>{{ obj.user }}</td> </tr> {% endfor %} </tbody> </table> {% endif %}