#!/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("Turn on virus notifications for $domainname");

print "

<form class=text method=post action=/$script_bin/$confirm_turn_on_virus_notification>
By clicking on the button below, you will be sent an email notification each time a virus is sent to you. Should you wish
to receive such notifications please click on the button below:


";

print_end_of_form();

require $footer;
