Module: tools Branch: master Commit: 9663f8a8e2519a037cc1d215a2bb39cad1c0a3e4 URL: http://source.winehq.org/git/tools.git/?a=commit;h=9663f8a8e2519a037cc1d215a...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Aug 27 11:51:05 2012 +0200
testbot: web: Fix a couple of links to the registration page.
---
testbot/web/ForgotPassword.pl | 2 +- testbot/web/ResetPassword.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/testbot/web/ForgotPassword.pl b/testbot/web/ForgotPassword.pl index 7a8b0a5..732747a 100644 --- a/testbot/web/ForgotPassword.pl +++ b/testbot/web/ForgotPassword.pl @@ -50,7 +50,7 @@ sub GetHeaderText { return "Please enter your username or your email address<br>\n" . "If you don't have an account yet, you can " . - "<a href='Register.php'>register</a> for one."; + "<a href='Register.pl'>register</a> for one."; }
sub GetActions diff --git a/testbot/web/ResetPassword.pl b/testbot/web/ResetPassword.pl index e8a2f2e..caaadcc 100644 --- a/testbot/web/ResetPassword.pl +++ b/testbot/web/ResetPassword.pl @@ -52,7 +52,7 @@ sub GetTitle sub GetHeaderText { return "If you don't have an account yet, you can " . - "<a href='Register.php'>register</a> for one."; + "<a href='Register.pl'>register</a> for one."; }
sub GetInputType