]> git.sur5r.net Git - bacula/docs/commitdiff
Fix testimonial address
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 20 Jan 2010 09:02:36 +0000 (10:02 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 20 Jan 2010 09:02:36 +0000 (10:02 +0100)
docs/home-page/en/pages/testimonial.php

index 9531f1d36d7abb8c57d826d49f0c4f8822f2f98b..7c563e29c4eb089cf0b96d15d0e78353e6b39b5b 100644 (file)
@@ -884,7 +884,7 @@ Best regards.
 ";
 
         
-        mail('testimonial@rt.baculasystems.com', $subject, $message, "From: $name <$email>");
+        mail('testimonial@baculasystems.com', $subject, $message, "From: $name <$email>");
 
         echo "The email has been sent for approval.<br/>";
 }