Uname: Linux webm012.cluster130.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 8.0.30 [ PHP INFO ] PHP os: Linux
Server Ip: 145.239.37.162
Your Ip: 216.73.216.190
User: dreampi (1009562) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : delete.php
<?php
/**
 * Confirmation form for deleting a file
 */
$this->extend('../layout');
?> 

    <form action="" method="post" enctype="application/x-www-form-urlencoded" id="loco-del">
        <div class="panel panel-danger">
            <h3>
                <span class="has-icon icon-trash"> </span>
                <span><?php esc_html_e('Confirm delete','loco-translate')?></span>
            </h3>
            <p>
                <?php
                echo __('Are you sure you want to <strong>permanently</strong> delete the following file?','loco-translate')?> 
            </p>
            <p>
                <code><?php $info->e('relpath')?></code>
            </p><?php
            if( $params->has('deps') ):?> 
            <p>
                <strong><?php $params->e('warn')?></strong><?php
                foreach( $deps as $info ):?> 
                <div><?php $info->e('name')?></div><?php
                endforeach?> 
            </p><?php
            endif?> 
            <p class="submit">
                <button type="submit" class="button button-danger" disabled><?php esc_html_e('Delete Permanently','loco-translate')?></button>
            </p>
        </div>
        <?php
        /* @var Loco_mvc_HiddenFields $hidden */
        $hidden->_e();?> 
    </form>
© 2026 GrazzMean-Shell