Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/lists/admin/actions/
Upload File :
Current File : /var/www/clients/client3/web2/web/lists/admin/actions/bounce.php

<?php

verifyCsrfGetToken();
//# hiding bounce header

$status = '';
if (isset($_GET['hideheader'])) {
    $_SESSION['hidebounceheader'] = true;
    $status = ' ';
}