#!/usr/bin/perl

print "Content-Type: Text/HTML\n\n";

use CGI ':standard';
use Vpanel 1.00;
require $header;
require $accountinfo;

$domainname = find_domain ($mainuser);

# Define the tab which appears to the front
$tab_section = $tabnum_mailwall;

# Output the content associated with this tab
print "<body class=section-$tab_section>";

# display tabs
require $tabdisplay;

print_header("Removal of Virus protection for $domainname");

print qq!

<form method=post action=/$script_bin/$confirm_turn_off_virus class=text>
To cancel all MailWall's Anti-Virus protection on all emails sent to $domainname please click on the button below.


!;

print_end_of_form();
require $footer;

