Removed my email from the config file (DOH!) and changed permissions on process.php.
This commit is contained in:
parent
51ea8498a9
commit
1571a620a4
2 changed files with 1 additions and 1 deletions
|
@ -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
0
process.php
Executable file → Normal file
Loading…
Reference in a new issue