#!/usr/local/cpanel/3rdparty/bin/perl
use strict;
use warnings;
print "Content-type: text/html\n\n";
print <<'HTML';
Account Suspended - FreeWHMCS
Account Suspended
This account has been suspended.
Please contact your hosting provider (FreeWHMCS Support) for more information.
HTML
exit;