| Current Path : /var/www/clients/client3/web2/web/lists/admin/actions/ |
| 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 = ' ';
}