This page URL:
";
// page url crossreference header:
$pageXRefURLHeader = "Links:";
// page images crossreference header:
$pageXRefImages = "Images:";
// active link
// 0 - hyperlinks not active (clickable) in the resulting html file
// 1 - hyperlinks active (clickable) in the resulting html file
$activeLinks = 1;
// 0 disable footer
// 1 enable footer
// 2 use custom footer
$footer = 0;
// custom footer text - if you not enjoy the standard footer
// this page was generated with ....
$customFooter = "";
// path to your e-mail template (absolute or relative to web2printer.php)
$myEMailForm = "./form.html";
// 0 disable email logging
// 1 enable email loggin
$logmail = 0;
// logfile path - put it outside your html path (ONLY PATH !!!)
$logfile = "/www/htdocs/htsuccess/stack/scriptlog";
// maximum number of mails a single (visitor)ip can send per day
// important to prevent abuse
$maxip = 10;
?>