| Current Path : /var/www/web3/lists/admin/actions/ |
| Current File : /var/www/web3/lists/admin/actions/bounce.php |
<?php
verifyCsrfGetToken();
//# hiding bounce header
$status = '';
if (isset($_GET['hideheader'])) {
$_SESSION['hidebounceheader'] = true;
$status = ' ';
}