files.inc
上传用户:wl2659
上传日期:2007-01-04
资源大小:8k
文件大小:1k
- <?
- // phpEasyMail Configuration
-
- // Define filenames of HTML fragments to be included
- // Names of the HTML header and footer files.
- $incHeader = "header.html";
- $incFooter = "footer.html";
- // Name of the file to include for the HTML form.
- $incForm = "form.html";
- // Name of the file to include for the welcome page.
- $incWelcome = "welcome.html";
- // Name of the file to include for missing required fields.
- $incMissing = "missing.html";
- // Name of the file to include for a bad from address.
- $incBadfrom = "badfrom.html";
- // Name of the file to include for thanking the user.
- $incThanks = "thanks.html";
- // That's it!
- ?>