зеркало из https://github.com/mono/monomeeting.git
Few fixes
svn path=/trunk/monomeeting/; revision=63744
This commit is contained in:
Родитель
4903620018
Коммит
b7dd886d6f
2
base.cs
2
base.cs
|
@ -29,7 +29,7 @@ namespace Meeting {
|
|||
}
|
||||
}
|
||||
|
||||
IDbConnection cnc = new MySqlConnection("Server=localhost; database=meeting;user id=miguel; Password=miguel;");
|
||||
IDbConnection cnc = new MySqlConnection(constr);
|
||||
cnc.Open ();
|
||||
return cnc;
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@ static void mail (string recipient, string token)
|
|||
m.Body = String.Format ("\n\nHello,\n\n" +
|
||||
"To complete your registration for the Mono Meeting 2006, please go to the\n" +
|
||||
"following address\n\n\thttp://www.go-mono.com/meeting/confirm.aspx?token={0}\n\n" +
|
||||
"To find more about the Mono Meeting, visit:\n\n\thttp://www.go-mono.com/meeting\n\n" +
|
||||
"To find more about the Mono Meeting, visit:\n\n\thttp://www.go-mono.com/meeting/\n\n" +
|
||||
"The Mono Team (mono@novell.com)", token);
|
||||
|
||||
SmtpMail.SmtpServer = "localhost";
|
||||
|
@ -36,7 +36,8 @@ SmtpMail.Send (m);
|
|||
<h2>Mono Meeting Registration</h2>
|
||||
|
||||
<p>Please enter the following information to register for the
|
||||
Mono Meeting, the information obtained here will not be used for marketing purposes.
|
||||
Mono Meeting, the information obtained here will not be used
|
||||
for marketing purposes and will not be published.
|
||||
|
||||
|
||||
<p>Name:<br>
|
||||
|
|
Загрузка…
Ссылка в новой задаче