HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers18/decoockpit.nl/wwwroot/kms/app/views/trash/v_dash.php
<form action="<?php echo LANG_ROOT . $this->urls['trash'] . '/'. $this->urls['emptyTrash'] . '/'; ?>" method="POST">
    <h1><?php $this->getData('page_label'); ?></h1>
    <?php $this->getData('btn_delete'); ?>
    <div class="clear"></div>
    <ul class="item_list">
        <?php $this->getData('item_list'); ?>
    </ul>
    <div class="clear"></div>
</form>