Removed my email from the config file (DOH!) and changed permissions on process.php.

This commit is contained in:
John Shaver 2010-06-01 00:23:23 -06:00
parent 51ea8498a9
commit 1571a620a4
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
//This is the only required setting. Replace the email address below
//with the email address you'd like to receive the forms at.
$sendToEmail = 'bobjohnbob@gmail.com';
$sendToEmail = 'your@email.com';
//------------EVERYTHING BELOW THIS POINT IS OPTIONAL---------------

0
process.php Executable file → Normal file
View File