Skip to content

Commit

Permalink
Update feedback.php
Browse files Browse the repository at this point in the history
  • Loading branch information
PortPixel authored Dec 22, 2016
1 parent c2e7b56 commit 565533b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feedback.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

// ------------- CONFIGURABLE SECTION ------------------------

$mailto = 'profjck@gmail.com' ;
$mailto = 'example@gmail.com' ;
$subject = "Feedback Form" ;
$formurl = "http://lifesanillusion.com/contact.html" ;
$thankyouurl = "http://lifesanillusion.com/contact/thankyou.html" ;
Expand Down Expand Up @@ -151,4 +151,4 @@
header( "Location: $thankyouurl" );
exit ;

?>
?>

0 comments on commit 565533b

Please sign in to comment.