⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.4
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
psa-horde
/
templates
/
admin
/
user
/
Edit File: list.inc
<h1 class="header"> <?php echo _("Users in the system:") ?> <?php if ($numitem): ?> <small>[<?php printf(_("%d to %d of %d"), $start, $end, $numitem) ?>]</small> <?php endif; ?> </h1> <div class="horde-content"> <form method="post" name="search" action="<?php echo Horde::selfUrl() ?>"> <?php echo Horde_Util::formInput() ?> <input type="hidden" name="page" value="0" /> <?php echo Horde::label('search_pattern', _("Search:")) ?> <input id="search_pattern" name="search_pattern" type="text" value="" size="50" maxlength="100" /> <input type="submit" class="horde-default" value="<?php echo _("Search") ?>" /> </form> </div> <table class="horde-table"> <?php $remove = $auth->hasCapability('remove'); $total = 0; $admin_url = Horde::url('admin/user.php'); foreach ($users as $user): if ($total++ < $min || $total > $max) { continue; } $user_url = $admin_url->copy()->add('user_name', $user); ?> <tr> <?php if ($remove): ?> <td width="1%"><?php echo Horde::link($user_url->add('form', 'remove_f'), _("Delete")) . Horde_Themes_Image::tag('delete.png', array('alt' => _("Delete"))) ?></a></td> <?php endif; ?> <td width="1%"><?php echo Horde::link($user_url->add('form', 'update_f'), _("Update")) . Horde_Themes_Image::tag('edit.png', array('alt' => _("Update"))) ?></a></td> <td width="1%"><?php echo Horde::link($user_url->add('form', 'clear_f'), _("Clear user data")) . Horde_Themes_Image::tag('reload.png', array('alt' => _("Clear user data"))) ?></a></td> <td><?php echo $user ?></td> </tr> <?php endforeach; ?> </table> <?php if ($numitem): ?> <div class="horde-content"> <?php $pager = new Horde_Core_Ui_Pager('page', $vars, array('num' => $total, 'url' => $viewurl, 'page_count' => 10, 'perpage' => $perpage)); echo $pager->render($page, $total, $viewurl); ?> </div> <?php endif ?>
Simpan