# Variable|Default value|Short description
# 	Multi-line/long description (optional).
# 	Multi-line/long description lines must start with whitespace!
#
WWWDOCROOT|www/data|The DocumentRoot of your webserver under ${LOCALBASE}
PHPBBURL|phpBB2|The base URL of phpBB2 on your webserver
	phpBB2 will be installed under ${LOCALBASE}/${WWWDOCROOT}/${PHPBBURL},
	and will be visible as http://localhost/${PHPBBURL}/
WWWOWN|www|The user ID under which your webserver executes
	It is recommended that you do not change this option.
WWWGRP|www|The group ID under which your webserver executes
	It is recommended that you do not change this option.
