####################################################
## Configuration options for AFF discussion board ##
####################################################

$host = 'www.affund.org';
chomp $host;
$basedir = "/usr/local/etc/httpd/htdocs/affundorg/iboard";
$baseurl = "http://$host/iboard";
$basecgiurl = "http://$host/cgi-bin/iboard";
$cgi_url = "http://$host/cgi-bin/iboard/iboard.cgi";

$mesgdir = "messages";
$datafile = "data.txt";
$mesgfile = "iboard.html";

$ext = "htm";

$title = "iBoard";


$show_faq = 0;		# 1 - YES; 0 = NO
$allow_html = 1;	# 1 = YES; 0 = NO
$quote_text = 1;	# 1 = YES; 0 = NO
$subject_line = 0;	# 0 = Quote Subject Editable; 1 = Quote Subject 
			#   UnEditable; 2 = Don't Quote Subject, Editable.
$use_time = 1;		# 1 = YES; 0 = NO

$MAX = 100;

# Done
####################################################

