#!/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("Turning off content management for $domainname");

print qq!

<form action=/$script_bin/$confirm_turn_off_content_management method=post class=text>

Turning off this feature will result in the MailWall feature which protects your email users from 
emails containing offensive words and phrases being deactivated.
<BR><BR>
To turn off this feature please click on the submit button below.

!;

print_end_of_form();

require $footer;
